MCP Server Tester
@rikki-codes
MCP Server Tester について
A web app to test MCP servers using an installation code from Smithery.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-test-app": {
"command": "node",
"args": [
"index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Tester?
A web app to test MCP servers using an installation code from Smithery. It accepts a code, verifies server connectivity, and displays success or error messages. Designed for developers deploying and testing MCP servers.
How to use MCP Server Tester?
Clone the repository, then set up the frontend and backend separately. For the frontend: cd frontend; npm install; npm run dev. For the backend: cd backend; npm install; node index.js. Deploy the frontend on Vercel and the backend on Render or Heroku, using environment variables for security.
Key features of MCP Server Tester
- Accepts an MCP installation code from Smithery
- Verifies server connectivity
- Displays success/error messages
- Uses environment variables for security
- Deployable on Vercel (frontend) & Render/Heroku (backend)
Use cases of MCP Server Tester
- Testing an MCP server’s connectivity before integration
- Validating installation codes from Smithery
- Debugging MCP server configuration issues
- Demonstrating MCP server functionality in a web interface
FAQ from MCP Server Tester
What deployment platforms are supported?
Frontend on Vercel, backend on Render or Heroku.
What tech stack is used?
Frontend: React with TypeScript, Axios, CSS. Backend: Node.js with Express, Axios, dotenv.
How do I run MCP Server Tester locally?
Frontend: cd frontend; npm install; npm run dev. Backend: cd backend; npm install; node index.js.
「開発者ツール」の他のコンテンツ
Huoshan Test
volcengineDeepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors

Sentry
modelcontextprotocolModel Context Protocol Servers
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
コメント