aiohttp-mcp
@kulapard
About aiohttp-mcp
Tools for building Model Context Protocol (MCP) servers on top of aiohttp
Basic information
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
More Other MCP servers
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments