MCP.so
Sign In

aiohttp-mcp

@kulapard

About aiohttp-mcp

Tools for building Model Context Protocol (MCP) servers on top of aiohttp

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

kulapard

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "aiohttp-mcp": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is aiohttp-mcp?

aiohttp-mcp is a library for building Model Context Protocol (MCP) servers using the aiohttp web framework. It implements the MCP protocol natively without heavy SDK dependencies, providing tools, resources, and prompts with decorator registration. It is intended for Python developers who want to integrate MCP capabilities into existing aiohttp applications or build standalone MCP servers.

How to use aiohttp-mcp?

Install via uv add aiohttp-mcp or pip install aiohttp-mcp. Then create an AiohttpMCP instance, define tools using the @mcp.tool() decorator, and build the application with `build_mcp_app

Comments

More Other MCP servers