mcp-servers
goofansu/mcp-serversUpdated Apr 2001

Remote#Model Context Protocol#Claude Desktop#mcp-serversLicense: NoneLanguage: Python

mcp-servers

The Model Context Protocol servers on my machine.

Requirements

Install

Prepare the environment

gh repo clone goofansu/mcp-servers
cd mcp-servers
uv venv
uv sync
source .venv/bin/activate.fish # depending on your shell

Install MCP servers

mcp install weather.py

Restart the Claude Desktop app and you'll find tools.

Inspect MCP servers

If Claude Desktop reports errors about MCP servers, you can debug with the MCP Inspector by running:

mcp dev weather.py

Usage

  • Select tools from "Available MCP Tools" tools

  • Select prompts by "Attach from MCP" prompts

Nix user

If uv is installed using Nix, you'll make changes in ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "weather": {
-     "command": "uv",
+     "command": "/etc/profiles/per-user/james/bin/uv",
      "args": [
+       "--directory",
+       "/Users/james/src/mcp-servers",
        "run",
        "--with",
        "mcp",
        "mcp",
        "run",
        "/Users/james/src/mcp-servers/weather.py"
      ]
    }
  }
}

References

Installation

Claude
Claude
Cursor
Cursor
Windsurf
Windsurf
Cline
Cline
Witsy
Witsy
Spin AI
Spin AI
Run locally with the following command:
Terminal
Add the following config to your client:
JSON
{
  "mcpServers": {
    "weather": {
      "env": {},
      "args": [
        "--directory",
        "/Users/james/src/mcp-servers",
        "run",
        "--with",
        "mcp",
        "mcp",
        "run",
        "/Users/james/src/mcp-servers/weather.py"
      ],
      "command": "uv"
    }
  }
}

MCPLink

Seamless access to top MCP servers powering the future of AI integration.

© 2025 MCPLink. All rights reserved.
discordgithubdiscord