editor-mcp-server and mcp-server-node
About editor-mcp-server
playcanvas/editor-mcp-server
MCP Server for AI automation of the PlayCanvas Editor
Exposes 25+ tools spanning entity/component manipulation, asset management, scripting, material editing, and viewport control through an MCP interface that communicates via a Chrome extension bridge. Built on TypeScript/tsx with stdio transport, it integrates directly with Claude Desktop or Cursor's agent mode, requiring the extension to establish a WebSocket connection between the Editor and the MCP server running locally on a configurable port.
About mcp-server-node
lucianoayres/mcp-server-node
MCP Server implemented in JavaScript using Node.js that demonstrates how to build an MCP server with a custom prompt and custom tools, including one that loads an environment variable from a configuration file, to integrate seamlessly with AI-assisted environments like Cursor IDE.
Implements the MCP protocol via stdio transport with Zod-based schema validation for type safety across tool definitions. The architecture layers a custom tool system (arithmetic operations, environment variable retrieval) with predefined prompts that guide AI models toward appropriate tool invocation, enabling seamless integration into Cursor and other LLM-based IDEs through Node.js ES modules.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work