Skip to content

feat: MCP Server Presets + Bulk Import — curated popular servers & JSON import#3701

Open
suer781 wants to merge 2 commits into
chatboxai:mainfrom
suer781:feat/custom-mcp-servers
Open

feat: MCP Server Presets + Bulk Import — curated popular servers & JSON import#3701
suer781 wants to merge 2 commits into
chatboxai:mainfrom
suer781:feat/custom-mcp-servers

Conversation

@suer781

@suer781 suer781 commented May 5, 2026

Copy link
Copy Markdown

Summary

Enhances the MCP custom server experience with two new features:

1. MCP Server Presets

A curated list of 12 popular MCP servers that users can browse, search, and one-click add:

Server Category Transport
Filesystem File & Storage stdio
GitHub Development stdio
Brave Search Search & Web stdio
PostgreSQL Database stdio
SQLite Database stdio
Memory (Knowledge Graph) Knowledge stdio
Puppeteer Browser & Automation stdio
Fetch Search & Web stdio
Sequential Thinking Reasoning stdio
MCP Installer Utility stdio
Tavily AI Search Search & Web stdio
Everything (Reference) Testing stdio

Features:

  • Category filtering and text search
  • Expandable cards with full config preview
  • One-click copy config to clipboard
  • One-click add (with duplicate detection)
  • Popularity-sorted

2. MCP Bulk Import

Import multiple MCP server configurations from a single JSON object:

{
  "my-server": {"transport": "stdio", "command": "npx", "args": ["-y", "@my-org/mcp-server"]},
  "remote-server": {"transport": "sse", "url": "http://localhost:3001/sse"}
}

Files Changed

File Description
src/renderer/components/settings/mcp/McpServerPresets.tsx Server presets browser
src/renderer/components/settings/mcp/McpBulkImport.tsx JSON bulk import modal

Note

These are standalone components that can be integrated into the existing MCP settings page (CustomServersSection). They don't modify existing code — just add new UI components ready to be wired up.

suer781 added 2 commits May 5, 2026 20:49
Curated list of popular MCP servers with one-click add.
Includes filesystem, GitHub, Brave Search, PostgreSQL, and more.
Import multiple MCP server configurations from JSON at once.
@coderabbitai

coderabbitai Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 9c5ee341-f364-44bc-b783-bf368af9e0bf

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant