Skip to content

Openmcp Core

Free

by MCP Community

Core domain types for Model Context Protocol (MCP) tool generation

v1.7.0Added Apr 12, 2026
mcpmodel-context-protocolopenapitypestypescript
Works with:ClaudeGPTGeminiCopilot

Openmcp Core MCP Server

Core domain types for Model Context Protocol (MCP) tool generation

Installation

npx -y openmcp-core

Reviews

Leave a Review

Installation

Quick install
npx -y openmcp-core
Add to claude_desktop_config.json
{
  "mcpServers": {
    "openmcp-core": {
      "command": "npx",
      "args": ["-y", "openmcp-core"]
    }
  }
}