mcp-server-starter

Kaiser9005/mcp-server-starter
★ 0 stars Python AI/LLM Updated today
A small but REAL Model Context Protocol (MCP) server (FastMCP) — with a destructive action guarded behind human confirmation. Clone it, run it, ship your own tool to Claude/Cursor/Codex in an afternoon.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-starter": {
      "command": "uvx",
      "args": [
        "mcp-server-starter"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-starter

Topics

ai-agentsclaudefastmcpllm-toolsmcpmodel-context-protocol