Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Learn MCP ServerShow me how to run the MCP Inspector for debugging"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Learn MCP Server
This project is a Model Context Protocol (MCP) server for learning and experimentation.
Setup
Install dependencies:
npm installBuild the project:
npm run build
Running
To run the server:
Debugging with MCP Inspector
To run the server with the MCP Inspector for debugging:
Manual Inspector Launch (No Auto-Browser)
If you encounter issues with the inspector automatically opening the browser (e.g., spawn EPERM), use the following PowerShell command to disable auto-open:
After running this, copy the URL displayed in the terminal (e.g., http://localhost:6274/...) and paste it into your browser.
Configuration for Claude Desktop
To use this server with Claude Desktop, add the following to your claude_desktop_config.json:
MacOS/Linux
Windows
Replace the path with the actual absolute path to your project's dist/index.js file.