Typescript
Freeby MCP Community
OpenAPI-like specs for MCP servers. Human-readable docs. Machine-readable discovery.
v0.1.1Added Apr 12, 2026
mcpmodel-context-protocolopenapispecdocumentation
Typescript MCP Server
OpenAPI-like specs for MCP servers. Human-readable docs. Machine-readable discovery.
Installation
Reviews
Installation
Quick install
npx -y @mcpspec-dev/typescript
Add to claude_desktop_config.json
{
"mcpServers": {
"typescript": {
"command": "npx",
"args": ["-y", "@mcpspec-dev/typescript"]
}
}
}