easyMcp
@wenb1n-dev
About easyMcp
Enable developers to quickly build an MCP server service framework that supports all Model Context Protocol (MCP) transfer modes (STDIO, SSE, Streamable Http)。使开发者快速的搭建一个支持mcp协议所有传输方式(STDIO、SSE、StreamableHttp)的mcp server服务框架
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 easyMcp?
easyMcp is a framework for quickly building an extensible MCP (Model Context Protocol) server. It supports all MCP transmission modes: STDIO, SSE, and Streamable HTTP. The project is aimed at developers who need to create custom tools for MCP clients such as Cursor or Cline.
How to use easyMcp?
First, optionally define configuration in src/config/.env. Second, create your own tool class in src/handles by inheriting from BaseHandler and implementing the required methods. Then start the server with uv run src/server.py (with optional flags --sse or --stdio for the respective modes). Finally, add the appropriate MCP JSON configuration to your client.
Key features of easyMcp
- Supports STDIO, SSE, and Streamable HTTP transports.
- Two-step setup: optional config file + custom tool creation.
- Tool classes inherit a simple
BaseHandlerinterface. - Uses
uvfor dependency management and runtime. - Example included for MySQL database integration.
Use cases of easyMcp
- Create a custom MCP tool that queries a MySQL database.
- Build a lightweight MCP server for local or remote AI assistants.
- Extend an existing MCP client (e.g., Cursor, Cline) with new capabilities.
FAQ from easyMcp
What is easyMcp?
easyMcp is a framework to quickly build an extensible MCP server supporting all transmission modes (STDIO, SSE, Streamable HTTP).
What runtime or dependencies does easyMcp require?
The project requires uv (a Python package manager) to install dependencies and run the server. The source code is in Python.
How do I add my own tool to easyMcp?
Create a new Python file in src/handles, inherit from BaseHandler, define name, description, get_tool_description, and run_tool methods, then import the class in __init__.py.
Where do I store configuration data?
Configuration is stored in a .env file at src/config/.env. Environment variables can also be set in the client’s MCP JSON block (especially for STDIO mode).
What transport modes does easyMcp support?
It supports all three MCP transport modes: STDIO, SSE, and Streamable HTTP. The mode is selected via command-line flags when starting the server.
Frequently asked questions
What is easyMcp?
easyMcp is a framework to quickly build an extensible MCP server supporting all transmission modes (STDIO, SSE, Streamable HTTP).
What runtime or dependencies does easyMcp require?
The project requires `uv` (a Python package manager) to install dependencies and run the server. The source code is in Python.
How do I add my own tool to easyMcp?
Create a new Python file in `src/handles`, inherit from `BaseHandler`, define `name`, `description`, `get_tool_description`, and `run_tool` methods, then import the class in `__init__.py`.
Where do I store configuration data?
Configuration is stored in a `.env` file at `src/config/.env`. Environment variables can also be set in the client’s MCP JSON block (especially for STDIO mode).
What transport modes does easyMcp support?
It supports all three MCP transport modes: STDIO, SSE, and Streamable HTTP. The mode is selected via command-line flags when starting the server.
Basic information
More Developer Tools MCP servers

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Grafana MCP server
grafanaMCP server for Grafana
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,
Comments