Schema
Freeby MCP Community
TypeScript types and JSON Schema for MCP server specifications. Define, validate, and share static snapshots of Model Context Protocol servers.
v0.2.0Added Apr 12, 2026
mcpmodel-context-protocolschematypestypescript
Schema MCP Server
TypeScript types and JSON Schema for MCP server specifications. Define, validate, and share static snapshots of Model Context Protocol servers.
Installation
npx -y mcp-schema
Reviews
Installation
Quick install
npx -y mcp-schema
Add to claude_desktop_config.json
{
"mcpServers": {
"schema": {
"command": "npx",
"args": ["-y", "mcp-schema"]
}
}
}