Model Context Protocol
Integrate practical developer tools directly into AI clients like Cursor and Claude Desktop via the Model Context Protocol (MCP). No need to switch browsers — perform Base64 encoding, timestamp conversion, JWT parsing, and more right within your AI chat. Fully open source — connect remotely or deploy privately.
Supports HTTP/SSE remote connection. Just add the config — no local installation required
Fully open source — build from source or deploy with Docker
Covers encoding, hashing, format conversion, networking, dev utilities, and more
Connect to the hosted MCP Server via SSE in Cursor. Edit your mcp.json config:
~/.cursor/mcp.jsonjson
{
"mcpServers": {
"next-dev-tools": {
"url": "https://mcp.error.cn/sse"
}
}
}78 tools covering common developer operations, all callable via the MCP protocol