Overview
MCP Server is an AI-powered development toolkit designed as a Model Context Protocol (MCP) server for Cursor, providing intelligent coding assistance through custom AI tools.
To use MCP Server, set up your environment variables, install the necessary packages, build the server, and configure it within the Windsurf Chat application.
- Code Architect: Generates plans and instructions for coding agents using advanced reasoning LLMs. - Screenshot Buddy: Takes UI design screenshots for use with the composer agent. - Code Review: Triggers code reviews using git diffs. - File Reading: Supports reading single and multiple files for efficient data analysis.
- Assisting developers in architecting new features.
- Reviewing code for best practices.
- Analyzing UI designs through screenshots.
- Processing bulk data from multiple files.
Add to your AI client
Use these steps to connect 🤖 AI Development Assistant MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-yeakub108": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-yeakub108"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-yeakub108": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-yeakub108"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-yeakub108": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-yeakub108"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-yeakub108": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-yeakub108"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-yeakub108": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-yeakub108"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-yeakub108": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-yeakub108"
]
}
}
}FAQ
**Is MCP Server production-ready?**
No, it is primarily a tutorial demo and not intended for production use.
**What programming language is used?**
MCP Server is built using TypeScript.
**How do I configure the MCP server?**
Follow the setup instructions in the documentation to configure the MCP server in the Windsurf Chat application.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2308,"uuid":"2d0cfa82-d7f3-46c2-abde-d7c9938bb29e","name":"mcp-server","title":"🤖 AI Development Assistant MCP Server","description":"MCP Server for Windsurf","avatar_url":"https://avatars.githubusercontent.com/u/187287572?v=4","created_at":"2025-03-09T07:29:48.805Z","updated_at":"2025-03-12T10:21:17.479Z","status":"created","author_name":"yeakub108","author_avatar_url":"https://avatars.githubusercontent.com/u/187287572?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/yeakub108/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-06 13:06:15\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]