Easy MCP provides a simple framework for building Model Context Protocol servers in TypeScript. It exposes tools for creating, managing, and querying AI agent contexts. The server connects to various data sources and APIs, allowing developers to integrate observability features into their AI applications. Use it to build and deploy MCP servers quickly, with minimal setup and configuration.
Easy MCP provides a simple framework for building Model Context Protocol servers in TypeScript. It exposes tools for creating, managing, and querying AI agent contexts. The server connects to various data sources and APIs, allowing developers to integrate observability features into their AI applications. Use it to build and deploy MCP servers quickly, with minimal setup and configuration.
npx -y easy-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"zcaceres-easy-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y easy-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from easy mcp?"
No configuration required. This server works out of the box.
"What resources are available in easy mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in easy mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in easy mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.