MCP Directory
Back

demo-mcp-server

by hjfender · Python · ★ 0

Learning how to configure an MCP server from https://modelcontextprotocol.io/quickstart/server

Install

pip install git+https://github.com/hjfender/demo-mcp-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "demo-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/hjfender/demo-mcp-server.git"
      ]
    }
  }
}

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers