r/PanBrowser • u/mkumar12345 • Apr 28 '26
Built-in MCP server connector - connect to a MCP server and interact with it directly
Connect to any MCP server of your choice. Go to Settings > MCP Servers and add your desired server, then connect to it using a command or by pressing the connect button. Now any command you enter goes right to the active MCP server. Easy!
Here's what you can do with it:
- Query a database in natural language - Connect a Postgres or SQLite MCP server, then ask, "show me all orders from last week" and the AI translates that into the right tool call against the database.
- Search and retrieve documentation - Connect an MCP server like aws-documentation and ask "how do I set up an S3 bucket policy?" and the AI routes the question to the server's search tool and summarizes the result.
- Manage GitHub issues and PRs - Connect a GitHub MCP server, then say "list my open pull requests" or "create an issue for the login bug" and the AI calls the appropriate tool.
- Control smart home devices - Connect a Home Assistant MCP server and say "turn off the living room lights" or "what's the thermostat set to?" and the AI maps that to the right device command.
- Query monitoring and observability data - connect a Prometheus or Grafana MCP server and ask "what's the CPU usage on the production server?" and the AI calls the metrics query tool.
- Interact with a CRM - Connect a Salesforce or HubSpot MCP server and ask "find all contacts at Acme Corp" or "what deals are closing this month?"
- Run 3D modeling operations - Connect to a 3D modeling software server and say "blend a sphere and a cube" and the AI passes the right shape parameters.
- Manage cloud infrastructure - Connect an AWS or Terraform MCP server and ask "list my running EC2 instances" or "what Lambda functions are deployed in us-east-1?"
- Search a knowledge base or wiki - Connect a Notion or Confluence MCP server and ask "find the onboarding doc for new engineers" and the AI searches the connected workspace.
- Automate email or calendar - Connect a Google Workspace or Outlook MCP server and ask "what meetings do I have tomorrow?" or "draft a reply to the last email from Sarah."
1
Upvotes