Skip to content

goofansu/mcp-servers

Repository files navigation

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

About

My MCP servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages