mcp-task-app

Robbo-lab/mcp-task-app
★ 8 stars Python API Integration Updated today
Multi use API application with a MCP server for LLM Client integrations
View on GitHub → 🔍 Audit Wallet Slippage →

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-task-app": {
      "command": "uvx",
      "args": [
        "mcp-task-app"
      ]
    }
  }
}

Or install with pip: pip install mcp-task-app

README Excerpt

- builds the FastAPI app, wraps it with FastMCP, mounts MCP HTTP/SSE endpoints, registers resources and prompts, and starts uvicorn. - requirements.txt - Python dependencies. This project uses `main.py` as the main entry point. The FastAPI app provides the HTTP API, documentation pages, and health check. FastMCP wraps the FastAPI app and exposes MCP tools, resources, and prompts through the MCP endpoint.

Topics

fastapimcpnmtafe