mcp-server-template-python

NimbleBrainInc/mcp-server-template-python
★ 0 stars Python Code/Dev Tools Updated today
Template repo for NimbleBrain MCP servers (Python/FastMCP)
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-template-": {
      "command": "uvx",
      "args": [
        "mcp-server-template-python"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-template-python

README Excerpt

An MCP (Model Context Protocol) server that provides access to the Example API, allowing AI assistants to interact with Example data. - List and retrieve items from the Example API - Async HTTP client with error handling - Typed responses with Pydantic models ```bash mpak config set @nimblebraininc/example api_key=your_api_key_here

Tools (2)

get_itemlist_items