apispec-mcp MCP Server
pepalonso/apispec-mcp
Are you the maintainer of pepalonso/apispec-mcp? Claim this listing →
MCP server for exploring OpenAPI/Swagger specs without loading them into context.
Add AgentRank to Claude Code Discover and compare tools like pepalonso/apispec-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
pepalonso/apispec-mcp is a TypeScript MCP server. MCP server for exploring OpenAPI/Swagger specs without loading them into context.
Ranked #105 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# apispec-mcp
An MCP server that lets AI agents explore and understand OpenAPI/Swagger specifications. Point it at any spec URL and use 11 tools to browse endpoints, schemas, auth, and generate examples — without the agent ever loading the raw JSON into context.
Supports Swagger 2.0, OpenAPI 3.0, and OpenAPI 3.1 (JSON or YAML).
## Quick start
No installation needed. Add this to your MCP client config and you're done.
### Cursor
Add to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"apispec-mcp": {
"command": "npx",
"args": ["-y", "apispec-mcp"]
}
}
}
```
### Claude Desktop
Add to `claude_desktop_config.json`:
```json
{
"mcpServers": {
"apispec-mcp": {
"command": "npx",
"args": ["-y", "apispec-mcp"]
}
}
}
```
### Other MCP clients
Any client that supports stdio MCP servers can run it with:
```bash
npx apispec-mcp
```
## Usage
Once configured, tell the agent to load a spec — it will prompt you for the URL:
> Load the API spec Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.