drio
Open app

🤖 AI Development Assistant MCP Server

Source

Example of an MCP server with custom tools that can be called directly from cursor

Catalog onlyCatalog onlySTDIO

Overview

AI Development Assistant MCP Server is a tutorial demo project that provides intelligent coding assistance through custom AI tools, designed to work with Cursor's Model Context Protocol (MCP).

To use the server, set up your environment variables, install the necessary packages, build the server, and add it to Cursor by following the setup instructions provided in the documentation.

  • 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.
  1. Assisting developers in planning and structuring code.
  2. Analyzing UI designs for improvements.
  3. Reviewing code for best practices and potential issues.

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": {
    "awesome-cursor-mpc-server-kleneway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-cursor-mpc-server-kleneway"
      ]
    }
  }
}

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": {
    "awesome-cursor-mpc-server-kleneway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-cursor-mpc-server-kleneway"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "awesome-cursor-mpc-server-kleneway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-cursor-mpc-server-kleneway"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "awesome-cursor-mpc-server-kleneway": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-cursor-mpc-server-kleneway"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "awesome-cursor-mpc-server-kleneway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-cursor-mpc-server-kleneway"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "awesome-cursor-mpc-server-kleneway": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-cursor-mpc-server-kleneway"
      ]
    }
  }
}

FAQ

Is this project production-ready?

No, this is primarily a tutorial demo and not intended for production use.

How do I set up the server?

Follow the installation and setup instructions in the documentation provided in the project.

Can I contribute to this project?

Yes! Contributions are welcome, and you can submit a Pull Request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1492,"uuid":"a3774adb-169b-49e0-a8bd-854e9eee6398","name":"awesome-cursor-mpc-server","title":"🤖 AI Development Assistant MCP Server","description":"Example of an MCP server with custom tools that can be called directly from cursor","avatar_url":"https://avatars.githubusercontent.com/u/542289?v=4","created_at":"2025-02-20T16:03:34.431Z","updated_at":"2025-02-23T07:21:39.411Z","status":"created","author_name":"kleneway","author_avatar_url":"https://avatars.githubusercontent.com/u/542289?v=4","tags":"mathgpt,math-solver,math-assistant","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/kleneway/awesome-cursor-mpc-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"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"}]]}]