Tools
MCP Server Config Generator
Select articles and generate an MCP Server configuration for Claude Desktop / Cursor. A hands-on demo to understand what MCP is and how to configure it.
Filters
Articles
0 / -- selectedLoading article data...
Generated Config
Paste this into your Claude Desktop config file (claude_desktop_config.json).
(Loading article data...) MCP Server Script
A Node.js script containing the selected articles. Requires `npm install @modelcontextprotocol/sdk` to run.
How to use
- Select articles you want to expose from the list on the left
- Click "Download" to save the script to a folder of your choice
- Check the actual path of the saved script (e.g.,
~/Downloads/llm-lab-mcp-server.js) - Copy the "Generated Config" JSON, then replace the
argspath with the actual path above - Paste the updated JSON into Claude Desktop's
claude_desktop_config.json - In the script folder, run
`npm install @modelcontextprotocol/sdk` - Restart Claude and ask "What articles do you have?"