drio
Open app

Vonage AI Code Assist MCP Server

Source

Simple MCP server to assist in doing AI code generation in Claude Desktop/Claude Code that always works off of the newest Vonage SDKs and APIs

Catalog onlyCatalog onlySTDIO

Overview

Vonage AI Code Assist is a Model Context Protocol (MCP) server designed to assist developers in integrating Vonage API capabilities into their applications by providing AI-assisted access to Vonage documentation.

To use the server, ensure Python 3.13+ is installed, set up the required environment variables, install dependencies, and run the server. Once running, use the Vonage-Assist tool to search for documentation.

  • Documentation search tool for Vonage APIs - Integration with Google Serper API for targeted searches - Content extraction from official documentation - Compatibility with AI assistants supporting MCP protocol
  1. Finding information on implementing two-factor authentication with Vonage APIs.
  2. Assisting developers in constructing valid API requests.
  3. Providing troubleshooting assistance for common integration issues.

Add to your AI client

Use these steps to connect Vonage AI Code Assist 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": {
    "vonageaicodeassist-micahman33": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonageaicodeassist-micahman33"
      ]
    }
  }
}

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": {
    "vonageaicodeassist-micahman33": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonageaicodeassist-micahman33"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "vonageaicodeassist-micahman33": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonageaicodeassist-micahman33"
      ]
    }
  }
}

VS Code (Copilot)

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

.vscode/mcp.json

{
  "servers": {
    "vonageaicodeassist-micahman33": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonageaicodeassist-micahman33"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "vonageaicodeassist-micahman33": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonageaicodeassist-micahman33"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "vonageaicodeassist-micahman33": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vonageaicodeassist-micahman33"
      ]
    }
  }
}

FAQ

What programming language is required to run the server?

Python 3.13+ is required to run the server.

Can I use this tool with other AI assistants?

Yes, it is compatible with any AI assistant that supports the MCP protocol.

What enhancements are planned for the future?

Future enhancements include code generation tools, API parameter helpers, and troubleshooting assistants.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3289,"uuid":"b98a977d-9750-4690-884b-d61d31035861","name":"VonageAICodeAssist","title":"Vonage AI Code Assist MCP Server","description":"Simple MCP server to assist in doing AI code generation in Claude Desktop/Claude Code that always works off of the newest Vonage SDKs and APIs","avatar_url":"https://avatars.githubusercontent.com/u/10124250?v=4","created_at":"$D2025-03-18T14:37:50.922Z","updated_at":"$D2025-03-18T14:41:48.034Z","status":"created","author_name":"micahman33","author_avatar_url":"https://avatars.githubusercontent.com/u/10124250?v=4","tags":"vonage,ai,code-assist","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/micahman33/VonageAICodeAssist","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-18 10:21:08\"}","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"}]]}]