installthismcp (installthismcp.com) is a developer utility built by Jan_Wilmake that dramatically reduces friction when sharing MCP servers. Given any MCP server URL, it generates a shareable installation page with one-click install support for clients that support it (Cursor, Claude Desktop, etc.) and clear instructions for all others.
Jan articulated the core problem: "I hate these awkward JSON files you need to edit to install MCPs". Every MCP server author was maintaining their own per-client installation instructions, often outdated or incomplete, covering a growing list of clients (Cursor, Claude Desktop, VS Code, Windsurf, etc.).
installthismcp abstracts this away: point it at any MCP server URL, get a shareable link that provides the right instructions for whatever client the user has.
mcp://install?url=... style deep linkgithub.com/janwilmake/install-this-mcpA shareable installation URL looks like:
https://installthismcp.com/Parallel%20Task%20MCP?url=https%3A%2F%2Ftask-mcp.parallel.ai%2Fmcp
Anyone clicking this link sees the right instructions for their specific MCP client.
| Date | Milestone |
|---|---|
| Oct 8, 2025 | First version launched (v0.2.0) |
| Oct 20, 2025 | Re-announced; positioned as reliable infrastructure |
| Oct 25, 2025 | v0.2.1 released; MIT license added; README improvements |
| Oct 29, 2025 | Pull request submitted to official MCP servers README on GitHub |
Jan submitted a PR to the official modelcontextprotocol/servers repository to add installthismcp as a recommended installation method — a signal that he considered it canonical infrastructure for the MCP ecosystem.
The tool was also referenced in the awesome-remote-mcp-servers awesome list.
installthismcp sits adjacent to Jan's MCP ecosystem work at Parallel_AI and connects directly to ContextArea (which itself is an MCP server and MCP client). It embodies Jan's broader pattern of building ecosystem infrastructure rather than applications.