MCPJam Inspector
A developer tool for testing and debugging MCP servers, supporting STDIO, SSE, and Streamable HTTP protocols.
MCPJam inspector is the local-first development platform for MCP servers. Visually test your server's tools, resources, and prompts. Try your server against different models in the LLM playground. Now with support for OpenAI Apps SDK.
πΈ Screenshots
π Quick Start
Start up the MCPJam inspector:
npx @mcpjam/inspector@latest
Key Features
| Feature | Description |
|---|---|
| Protocol handshake testing | Visually test your MCP server's tools, resources, prompts, elicitation, and OAuth 2. MCPJam is compliant with the latest MCP specs. |
| All transports | Connect to any MCP server. MCPJam inspector supports STDIO, SSE, and Streamable HTTP transports. |
| LLM Playground | Integrated chat playground with OpenAI, Anthropic Claude, Google Gemini, and Ollama model support. Test how your MCP server would behave against an LLM |
| Test OAuth | Test your server's OAuth and Dynamic Client Registration implementation. |
| View JSON-RPC | View every JSON-RPC message sent over network. Provides granular observability and debugging. |
| MCP-UI and OpenAI Apps SDK | Test your MCP server's implementation of MCP-UI or OpenAI Apps SDK |
π Now with OpenAI Apps SDK support!
Developing with Apps SDK is pretty restricted right now as it requires ChatGPT developer mode access and an OpenAI partner to approve access. We wanted to make that more accessible for developers today by putting it in an open source project, give yβall a head start.
Test your Apps SDK app with:
- Tools tab. Deterministically call tools and view your UI
- LLM playground to see your Apps SDK UI in a chat environment
The feature is in beta, and still needs polishing. Please report any bugs in the issues tab. We encourage the community to contibute!
Installation Guides
We recommend starting MCPJam inspector via npx:
npx @mcpjam/inspector@latest
or download the Mac / Windows desktop app on our site.
π³ Docker
Run MCPJam Inspector using Docker:
# Run the latest version from Docker Hub
docker run -p 3001:3001 mcpjam/mcp-inspector:latest
# Or run in the background
docker run -d -p 3001:3001 --name mcp-inspector mcpjam/mcp-inspector:latest
The application will be available at http://localhost:3001.
Open commands
# Launch with custom port
npx @mcpjam/inspector@latest --port 4000
# Shortcut for starting MCPJam and an Ollama model
npx @mcpjam/inspector@latest --ollama llama3.2
# Local FastMCP STDIO example
npx @mcpjam/inspector@latest uv run fastmcp run /Users/matt8p/demo/src/server.py
# Local Node example
npx @mcpjam/inspector@latest npx -y /Users/matt8p/demo-ts/dist/index.js
Connecting to MCP servers
mcp.json
You can import your mcp.json MCP server configs from Claude Desktop and Cursor with the command:
npx @mcpjam/inspector@latest --config mcp.json
SSE / Streamable HTTP
Spin up the MCPJam inspector
npx @mcpjam/inspector@latest
In the UI "MCP Servers" tab, click add server, select HTTP, then paste in your server URL. Support for OAuth 2.0 testing.
Requirements
π οΈ Development
Local Development Setup
# Clone the repository
git clone https://github.com/mcpjam/inspector.git
cd inspector
# Install dependencies
npm install
# Start development server
npm run dev
The development server will start at http://localhost:6274 with hot reloading enabled.
Build for Production
# Build the application
npm run build
# Start production server
npm run start
π€ Contributing
We welcome contributions to MCPJam Inspector V1! Please read our Contributing Guide for development guidelines and best practices.
π Resources
- π¬ Discord: Join the MCPJam Community
- π MCP Protocol: Model Context Protocol Documentation
- π€ AI SDK: Vercel AI SDK
- β‘ FastApps DooiLabs/FastApps - The Python framework to build OpenAI Apps.
- βοΈ xMCP xMCP - The Typescript MCP framework. Ship on Vercel instantly.
π License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
MCPJam Inspector V1 β’ Built with Hono.js and β€οΈ for the MCP community
π Website β’ π Docs β’ π Issues
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Tekion Persona Loader
Loads AI persona definitions from a GitLab repository.
Packmind
Access and manage your team's coding best practices and knowledge base from Packmind.
BerryRAG
A local RAG system with Playwright MCP integration for Claude and OpenAI embeddings, using local storage.
Squads MCP
A secure MCP implementation for Squads multisig management on the Solana blockchain.
Prompts MCP Server
An MCP server for managing and serving prompts from markdown files with YAML frontmatter support.
Flutter Package MCP Server
A Model Context Protocol (MCP) server for Flutter packages, designed to integrate with AI assistants like Claude.
MockLoop
An AI-native API testing platform for generating scenarios, executing tests, and analyzing results.
Ai Notify MCP
Receive system notifications in your code editor when an AI response is complete.
ndlovu-code-reviewer
Manual code reviews are time-consuming and often miss the opportunity to combine static analysis with contextual, human-friendly feedback. This project was created to experiment with MCP tooling that gives AI assistants access to a purpose-built reviewer. Uses the Gemini cli application to process the reviews at this time and linting only for typescript/javascript apps at the moment. Will add API based calls to LLM's in the future and expand linting abilities. It's also cheaper than using coderabbit ;)
MCP Jupiter
Access Jupiter's swap API on the Solana blockchain.