Openmcp Core
Freeby MCP Community
Core domain types for Model Context Protocol (MCP) tool generation
v1.7.0Added Apr 12, 2026
mcpmodel-context-protocolopenapitypestypescript
Openmcp Core MCP Server
Core domain types for Model Context Protocol (MCP) tool generation
Installation
npx -y openmcp-core
Reviews
Installation
Quick install
npx -y openmcp-core
Add to claude_desktop_config.json
{
"mcpServers": {
"openmcp-core": {
"command": "npx",
"args": ["-y", "openmcp-core"]
}
}
}