Skip to content
VS Code

Petstore MCP Server for VS Code

ai.com.mcp/petstore

Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server

client:VS Code transport:streamable-http tools:19

Install Petstore MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "petstore": {
      "type": "http",
      "url": "https://petstore.run.mcp.com.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Petstore MCP Server in other clients