easy-mcp
EasyMCP is a simple way to create Model Context Protocol servers in TypeScript.
EasyMCP simplifies the process of building Model Context Protocol servers by providing a high-level, intuitive API that abstracts away boilerplate code. Users can define tools, prompts, resources, and templates with minimal setup, making it accessible for developers of all skill levels. The library also includes an experimental decorators API that infers types and input configurations automatically, enhancing developer experience and type safety.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"easy-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-easy-mcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions