Skip to content

Server Basic Vanillajs

Free

by MCP Community

Basic MCP App Server example using vanilla JavaScript

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Basic Vanillajs MCP Server

Basic MCP App Server example using vanilla JavaScript

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-basic-vanillajs
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server-basic-vanillajs": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-basic-vanillajs"]
    }
  }
}