[New server submission] Add 1mcpserver MCP Server #2564
Conversation
Move 1mcpserver from Official Integrations to Community Servers section and update formatting to match community server style (remove logo image). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Thanks. I'm hired by Particle Future to develop this MCP Server for them. What do I need to put this as official mcp servers? |
|
Hey @Robert-Jia00129, for us the definition of an official server is one that is "maintained by companies building production ready MCP servers for their platforms". Implicitly we also expect some surrounding evidence of a well-maintained and broadly-used platform/product backing it. E.g. if Particle Future offered some well-used platform, and this MCP was used to access that platform, it would count. I might be wrong here, but my understanding is that this MCP server is itself the product to access other platforms, rather than accessing its own platform? And the available documentation/community around Particle Future/1mcpserver is fairly sparse/small. |
|
I see. That's correct, it's not used to access any of our platforms built yet. Thanks for the clarification! |
Description
New server submission.
Server Details
1mcpserver is a MCP server agent of MCP servers. Automatic discover, configure, and add MCP servers on your local machine.
Our MCP server is available at https://mcp.1mcpserver.com/mcp/ or can also be set up locally using STDIO. See more at https://github.com/particlefuture/1mcpserver
Motivation and Context
Right now, most MCP server search are done via github searching or online google search. There has been several MCP wrappers, but most serves as an middleware infrastructure that hosts different MCP at an endpoint. The gathering of which MCP to host is still mostly done by manual search. We provide an automatic pipeline of not only searching but also automatically configuring MCP servers.
How Has This Been Tested?
Tested with Claude and Cursor with both remote endpoint and local stdio for 10 times with web-analyzer example. See quickstart_demo.md in our repo for more details.
Breaking Changes
Update mcp config file with:
⬆️we are using the name
mcp-server-discoveryhere because it works better for LLMs.Types of changes
Checklist
Additional context