Multiple MCPs on a simple express server #296
Moe03
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks, useful! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
I've faced a hard time deploying multiple MCP client endpoints on the same server, as a result I've created this package for simplifying the hell out of MCPs:
https://www.npmjs.com/package/mcp-express-adapter
With this you can just do
then in Claude desktop you can take the endpoint and add it in the config, done you now have a production ready deployable MCP server.
I know Cloudflare has created their own packages to handle that but I prefer if it's not using their services because from experience they are not reliable at all.
Let me know your thoughts!
note: package is still early development authorization is not yet supported.
Relevant Links
https://www.npmjs.com/package/mcp-express-adapter
Beta Was this translation helpful? Give feedback.
All reactions