Skip to content

Instantly share code, notes, and snippets.

@mattsilv
Created March 15, 2025 18:29
Show Gist options
  • Select an option

  • Save mattsilv/8268659ffb245d7a5b48317ea2d80ad8 to your computer and use it in GitHub Desktop.

Select an option

Save mattsilv/8268659ffb245d7a5b48317ea2d80ad8 to your computer and use it in GitHub Desktop.
Claude Desktop MCP starter pack (Fetch and Time)
{
"mcpServers": {
"fetch": {
"command": "/Users/mattsilverman/.local/bin/uvx",
"args": ["mcp-server-fetch"]
},
"time": {
"command": "/Users/mattsilverman/.local/bin/uvx",
"args": ["mcp-server-time", "--local-timezone=America/New_York"]
}
}
}
@mattsilv
Copy link
Copy Markdown
Author

mattsilv commented Mar 15, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment