-
-
Save mattsilv/8268659ffb245d7a5b48317ea2d80ad8 to your computer and use it in GitHub Desktop.
Claude Desktop MCP starter pack (Fetch and Time)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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"] | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/modelcontextprotocol/servers/tree/main/src/fetch
https://github.com/modelcontextprotocol/servers/tree/main/src/time
https://github.com/mattsilv/mcp-server-weather-js