Debugging and Testing tool for MCP servers
It is a collection of tools for testing and debugging MCPs.
It is a devtool for testing and debugging MCPs servers.
npx muppet-kit inspector
You can configure the inspector by creating a muppet.config.js
/muppet.config.ts
file in the root of your project. The configuration file should export an object with the following properties:
import { defineInspectorConfig } from "muppet-kit";
import { ngrok } from "muppet-kit/tunnel";
import { openai } from "@ai-sdk/openai";
export default defineInspectorConfig({
// ...
models: [openai("gpt-4.1-nano")],
// You can either pass the API key here or have it in .env as NGROK_API_KEY
tunneling: ngrok(),
});
The idea for this project was inspired by the official MCP Inspector and their amazing work.
{ "mcpServers": { "kit": { "command": "npx", "args": [ "muppet-kit", "inspector" ] } } }
Related projects feature coming soon
Will recommend related projects based on sub-categories