MCP-Base

BenItBuhner/MCP-Base
★ 1 stars TypeScript 🤖 AI/LLM Updated today
A TypeScript base for MCP server usage with OpenAI Completion and Anthropic Response methods; works well with remote streamable HTTP and local server support. Useful as a template or frame of reference.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-base": {
      "command": "npx",
      "args": [
        "-y",
        "BenItBuhner/MCP-Base"
      ]
    }
  }
}

README Excerpt

A command-line MCP (Model Context Protocol) client supporting both Anthropic Claude and OpenAI GPT models for LLM-powered tool execution. Need a small AI/MCP project made clearer before you share it? See the [$20 AI Agent Launch Rescue](./AI_AGENT_LAUNCH_RESCUE.md). - **Multi-Provider Support**: Switch between Anthropic Claude and OpenAI GPT via environment variables