mcp
MCP Server for Windsurf
claude mcp add --transport stdio yeakub108-mcp-server node build/index.js \ --env OPENAI_API_KEY="your_openai_api_key_here"
How to use
This MCP server exposes AI-powered development tools that integrate with Cursor through Windsurf. It provides capabilities such as Code Architect for planning coding tasks, Screenshot Buddy for UI design analysis, Code Review using git diffs, and Read File / Read Multiple Files for targeted data extraction. After starting the server, configure Windsurf to point to the built index.js entry so the MCP tools appear under Available Tools in the Cursor composer. The tools will be suggested by the agent when appropriate, and you can also invoke them explicitly by name or description in your prompts.
How to install
Prerequisites:
- Node.js (18+ recommended) installed on your machine
- npm or yarn
- Git (optional, for cloning)
Install and run locally:
-
Clone the repository (or download the source): git clone https://github.com/yeakub108-mcp-server/repo-name.git cd repo-name
-
Install dependencies: npm install
or
yarn install
-
Build the server: npm run build
-
Run the server (example): npm start
or run the built entry directly if you prefer:
node build/index.js
-
Configure Windsurf MCP in Cursor:
- Open Windsurf > Chat > + Configure MCP
- Add the following configuration (adjust path if needed): { "mcpServers": { "mcp-server": { "command": "node", "args": [ "build/index.js" ] } } }
-
Ensure your environment variables are set (example: OPENAI_API_KEY) either in a .env file or via Windsurf UI as needed.
Additional notes
Notes and tips:
- Security: Do not hard-code API keys in production. Use environment variables or a secrets manager.
- If you modify environment variables, restart the MCP server so changes take effect.
- The tools are designed as a tutorial/demo; for production use, consider extending error handling, logging, and input validation.
- If Windsurf cannot list tools, try refreshing the MCP configuration in the Windsurf UI or verify the built entry path.
- The codebase exposes tools for code architecture, UI screenshot analysis, file reading, and code review; you can extend with additional tools by following the existing tool structure under src/tools.
Related MCP Servers
iterm
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
editor
MCP Server for Phaser Editor
DoorDash
MCP server from JordanDalton/DoorDash-MCP-Server
mcp
MCP сервер для автоматического создания и развертывания приложений в Timeweb Cloud