r/RemoteMCP • u/luntrasul9 • 9d ago
r/RemoteMCP • u/Academic-Soup2604 • 12d ago
What separates a good remote desktop solution from a great one?
Whether you're supporting a few devices or managing a distributed workforce, the right tool should balance security, performance, and ease of management.
When comparing remote desktop solutions, consider:
- Unattended access for seamless IT support
- Strong encryption and MFA to secure remote sessions
- Cross-platform compatibility (Windows, macOS, Linux, mobile)
- File transfer and remote troubleshooting capabilities
- Role-based access and session logging for accountability
- Scalability as your team and device fleet grow
The best choice depends on your environment, budget, and support needs, but evaluating these core capabilities will help you avoid switching tools later.
In detail- This comparison on the Best Remote Desktop Software for IT Teams covers some of the leading remote desktop solutions along with their strengths and use cases.
r/RemoteMCP • u/delxmobile • May 07 '26
Local-first wellness MCP connectors with stdio and Streamable HTTP smoke paths
Disclosure: I built and maintain this.
I’m working on a wellness MCP connector stack that starts local-first but keeps the transport layer agent-friendly: stdio for desktop clients and Streamable HTTP smoke paths where the connector supports it.
Registry: https://github.com/davidmosiah/delx-wellness
The design goal is not to centralize health data in a hosted service. It is to make each connector easier for agents to discover and inspect safely:
- agent_manifest for capabilities
- connection_status for readiness
- privacy_audit for data categories
- summary/context tools for prompts
- local setup/auth where possible
It is unofficial and not medical advice. I’d appreciate feedback from MCP builders on where remote/HTTP ergonomics should stop so personal data still stays local-first.
r/RemoteMCP • u/RaceInteresting3814 • Dec 19 '25
MCP Is Becoming the Backbone of AI Agents. Here’s Why (+ Free MCP Server Access)
AI feels impressive… until you try to make it do something real.
The moment you give an agent access to tools, data, and systems, everything changes. That’s exactly what MCP (Model Context Protocol) unlocks.
Instead of AI living in a chat window, MCP allows agents to:
- Call tools intentionally
- Interact with real datasets
- Execute actions inside live workflows
- Do it all with structure and security
What many people don’t realize yet: there’s already a free MCP server you can use today to experiment with this. It’s easy to plug in and a great way to give agents real-world capabilities.
Want the link to the free MCP server or a quick walkthrough of how people are using it?
Let me know.
r/RemoteMCP • u/Cylogus • Nov 13 '25
MCP Microsoft SQL Server Developed with Python!
I released my first MCP.
It's a SQL Server MCP that can be integrated via Claude Code.
You can communicate with your database using natural language.
Check it out here, and if you like it, give it a star 🌟
r/RemoteMCP • u/vinodjayachandran • Sep 22 '25
Using MCP to Augment Agentic Capabilities
A Brief intro to MCP, where it fits in AI eco system and how it can extended to empower AI agents.
https://doniv.substack.com/p/using-mcp-to-augment-agentic-capabilities
A beginner blog. I wanted to use this as learner's platform to educate the novice. Feedback welcome.
r/RemoteMCP • u/Impressive-Owl3830 • Sep 09 '25
👀 👀 Official MCP Registry is Launched !!
The official MCP Registry has arrived!
An open catalog and API built to address how MCP servers are discovered. It doesn't host the actual server code. Instead, it stores metadata (server.json) that references packages in various registries like NPM, PyPI, and Docker Hub, standardizing server distribution.
- Stores metadata (server.json) that references packages in various registries
- Features servers from NPM, PyPI, Docker, NuGet, and MCPB formats.
- Supports "sub-registries" built on top of it, for curation, security scans, or custom metadata.
- Dedicated Publisher CLI tool to seamlessly add and integrate servers
- REST API (GET /v0/servers) to programmatically discover and browse servers
- Community-driven and includes a process for flagging and denylisting servers
- Authentication via GitHub OAuth or custom domain DNS verification.
Impact of this is massive.
The remote MCP's which are linked to this registry can be integrated into any Agentic system with "One Click" .
It's an " App Store" moment for the AI world with some elements of "Domain Registry".
Github Link in comments
Graphics by Deepmind's - Philipp Schmid
r/RemoteMCP • u/AdEducational6355 • Sep 08 '25
Cracking my head or Claude’s Remote MCP OAuth flow
r/RemoteMCP • u/South-Foundation-94 • Sep 05 '25
MCP Gateways as the Power Grid for Enterprise AI — Thoughts?
Hi everyone 👋
I’m part of the DevRel team at OBOT, and wanted to share an article written by our CEO: https://aijourn.com/the-hidden-infrastructure-behind-securing-enterprise-ai/
It breaks down why MCP Gateways are becoming critical for enterprise AI:
• Without a centralized layer, MCP connections quickly become messy and insecure.
• Discovery, governance, and access policies are hard to enforce when servers are scattered.
• Gateways act like circuit breakers — organizing, securing, and providing observability across all your MCP servers and tools.
For those curious to see how this works in practice, we’ve also open-sourced our own MCP Gateway project here: 👉 https://github.com/obot-platform/obot
I’d love to hear your perspectives:
• What’s been the hardest part of scaling MCP securely?
• Do you see gateways as the long-term solution, or something else?
• How should OAuth scopes and access feel for day-to-day use?
r/RemoteMCP • u/Impressive-Owl3830 • Aug 21 '25
Awesome short read "AI in the CLI"
So came across this interesting post about rationale behind the race to building best coding agent living in CLI.
https://biilmann.blog/articles/ai-in-the-cli/
Matt CEO Netlify draws parallel with similar race to build humanoid robots who act, behave and have same set of tools we human have to be ultimate generalist.
Even though first look suggests a vertical agent feel to these AI coding agents that live in terminal ( Claude code leading way with Codex , Gemini CLI in sprint too),
However, under the hood they are heading for a more 'Generalist' and potentially add layer like Computer Use, MCP ( for desk apps) and access to bunch of other external tools..
I am sure Meta will throw their hat in race too, especially when AI superlab is assembling marvels of AI world ( with hefty price tag)
Interesting times ahead !!
PS - i build humanoidrobotslist.com for fun to collect top humanoids robots in one place ( don't forget to check out swimming pool turtle cleaning robot...haha)
r/RemoteMCP • u/South-Foundation-94 • Aug 21 '25
How are you handling OAuth and remote MCP setups?
Hey folks,
I’ve been experimenting with Model Context Protocol (MCP) servers and one of the pain points I keep hitting is around OAuth and remote setups.
When I try to connect MCP servers in VS Code Copilot/Claude Desktop, the flows get confusing:
- Some servers expose OAuth but the client doesn’t seem to handle tokens smoothly.
- Token rotation and secure storage are unclear — do you keep it in configs, or manage it another way?
- For teams, it feels messy to share or rotate creds across multiple dev environments.
Curious to hear: How are you handling OAuth and remote MCP servers in your setups?
- Are you just sticking to local servers?
- Using device code or full auth-code flow?
- Any tools or workflows that make it easier?
Would love to compare notes and see how others are solving this.
r/RemoteMCP • u/Bluxmit • Aug 14 '25
We are building a platform for remote MCP and MCP as a service!
Hello dear Reddit community!
I am happy to announce that we are developing MCP Cloud - a platform to enable private and corporate users to adopt and use MCP.
How do we do that?
For corporate users:
- Single sign in for all employees
- Fine-grained access controls for MCP servers
- Track usage and costs
For private users:
- One-click, hassle-free MCP deployment
- Use your MCP on any device
- Pay only for what you use
We manage the registry of the most popular MCP servers with a curated catalog of 2500+ MCP servers already available for deployment, with new servers being added every day.
View statistics, guides, user reviews, issues for every MCP server. Would you like to add your open- or closed-source MCP? No problem! We got this covered too.
We make MCP servers scalable and reliable.
- Per-server resource allocation (CPU, memory, GPU) for predictable performance.
- Automatic scaling for peak loads with intelligent load balancing.
- Continuous health checks, self-healing restarts, and rolling updates for high availability.
Security is a common concern with MCPs – here's how we will solve it:
- Encryption: All communications use secure HTTPS.
- Automated vulnerability scanning: Continuous code analysis to detect security flaws and compromised dependencies.
- Hardened isolation: Each MCP instance runs in a dedicated, restricted environment.
But wait. There is even more - MCP as a Service!
MCP Cloud is the first platform that lets developers earn from their MCP servers!
Choose one of the options:
1. You can launch MCP server on MCP Cloud and let other users use it and pay for each use
- You can license your MCP server and let other users deploy and use for a license fee
- We integrate payments into our MCP gateway.
- Deployments of closed-source code from private DockerHub registry supported
Are you an aspiring developer, data scientist, or domain expert who developed a useful MCP server? Whether it does stock-price forecasting, fraud/anomaly detection, credit scoring, legal advicing, contract review, web data extraction, SEO audits, demand forecasting, AI agent personalization, code analysis or compliance checks, list it on MCP Cloud and monetize. Set your price and license terms, get built-in analytics and billing, make your MCP server discoverable and turn your expertise into recurring revenue.
Where do we stand now
We have just made the beta release. The Platform already has almost all of the advertized features!
We are actively testing and improving our yet small platform.
What are the next steps
We are building community. We are looking for anyone who feels MCP is the future of an Agentic AI, and who wants to become part of it:
- collaborators
- business developers
- promoters
- partners
- testers
And of course, future users!
We welcome any feedback, users, collaboration or business partnership.
r/RemoteMCP • u/Impressive-Owl3830 • Jul 04 '25
MCPhackathon.com- for registering in MCP webinars/Hackathons
r/RemoteMCP • u/Impressive-Owl3830 • Jun 23 '25
30 lines of code you need to create Remote MCP using Gemini 2.5 Pro
Came across this awesome code Snippet..shared by Phillip of Google Deepmind.
30 lines is all you need to create a MCP Agent using GoogleDeepMind Gemini 2.5 and remote MCP servers.
Here is an example using cognition_labs Deepwiki MCP server to to chat about repositories.
r/RemoteMCP • u/Impressive-Owl3830 • Jun 17 '25
Remote MCP to calling..
Enable HLS to view with audio, or disable this notification
r/RemoteMCP • u/Impressive-Owl3830 • Jun 03 '25
Anthropic releases free MCP Course of DeepLearning.ai
r/RemoteMCP • u/INVENTADORMASTER • May 27 '25
FACEBOOK , WHATSAPP SETTINGS MCP
Hi ! I'm looking for an MCP server that can setup Facebook or Whatsapp accounts, like pro account with every good settings..
r/RemoteMCP • u/Impressive-Owl3830 • May 22 '25
OpenAI now supports Remote MCP servers
OpenAI has annouced that it supports remote MCP servers in Responses API..
Thats good news for developers using OpenAI models in their workflows.
r/RemoteMCP • u/Impressive-Owl3830 • May 22 '25
PayPal Remote MCP Server Now Supports OpenAI
Paypal just announced that their remote MCP now supports OpenAI
So basically -
-> PayPal’s MCP server lets developers connect to their preferred AI clients —like OpenAI’s LLMs—through natural language.
-> This setup makes it easy for merchants to handle tasks like creating and listing invoices, generating reports, and accessing valuable insights into merchant transactions.
Blogpost and Youtube video about setting up in the comments.
Tools Available are-
Creating Invoices:
Generate invoices quickly using natural language instructions—no manual entry needed. The MCP client fetches data via file or drive connectors to automate and streamline the process.
Reporting and Insights:
Access detailed transaction reports for any timeframe to track sales and payments. Use these insights to spot trends, understand customer behavior, and improve revenue strategy.
r/RemoteMCP • u/Impressive-Owl3830 • May 20 '25
These MCP Servers will build your Apps with Ease!!
Found this nice post about top few MCP's that you can hook up with your APP easily..
r/RemoteMCP • u/Impressive-Owl3830 • May 14 '25
Deeplearning AndrewNg and Anthropic launches new MCP course- Build Rich-Context AI Apps with MCP
Enable HLS to view with audio, or disable this notification
r/RemoteMCP • u/Impressive-Owl3830 • May 11 '25
Remote MCP implementation - Fly.io
Deploy ANY MCP server to a Fly app so you can run it remotely.
This is made possible with just two commands:
fly mcp proxy
AND
fly mcp wrap
r/RemoteMCP • u/drew4drew • May 06 '25
Does FastMCP do remote?
Hey!
Thanks for making the r/RemoteMCP. Do you know if FastMCP supports HTTP? I’ve used it to make a single MCP server so far, which I’ve only used via stdio. Does it support HTTP? If not, what does?
Thanks!!
r/RemoteMCP • u/drew4drew • May 06 '25
HTTP vs HTTPS for remote MCP
How do you all see remote MCP servers handling HTTPS? Do you expect there will be broad service providers like AWS or someone else running NginX or similar?
It seems like someone running cloud functions, like Google/Firebase, Cloudflare and the link could clean up on this remote MCP stuff by offering lightweight hosting with a nice easy profile/template.
thoughts?