mcp-app

echomodel/mcp-app
★ 0 stars Python 💻 Code/Dev Tools Updated today
MCP app framework — config-driven MCP servers with auth, middleware, and data stores
View on GitHub →

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

Or install with pip: pip install mcp-app

README Excerpt

Framework for building and running MCP servers as HTTP services. Define tools as pure Python functions, wire up with two lines, run with one command. FastMCP is great for quickly spinning up a local tool. But as soon as you want to productize it, share it with others, or use it across multiple identities, you end up building auth, user management, admin

Tools (4)

APP_USERS_PATHJWT_AUDSIGNING_KEYTOKEN_DURATION_SECONDS

Topics

mcp-framework