BoltAI Documentation
HomepagePricingChangelogDownload
  • Overview
  • Features
  • License
  • Getting Started
    • Setup
    • Your First Chat
    • AI Command
    • AI Inline
    • Use another AI Service
  • Chat UI
    • Overview
    • Basic Chat
    • Document Analysis
    • Advanced Voice Mode (beta)
    • Image Generation
    • Chat Configuration
    • AI Assistant
    • AI Plugins
    • App Appearance
    • Folder & Sidebar
    • Keyboard Shortcuts
    • Import from ChatGPT
    • Import from Claude.ai
    • Import / Export
    • Database Maintenance
    • Locations
    • Feature Flags
    • Community Icon
  • AI Command
    • Overview
    • Customize an AI Command
    • Alternative Profile
    • AI Command Behaviors
    • Instant Command
    • Bulk Editing Commands
    • FAQs
  • AI Inline
    • Overview
    • Inline Assistant
    • Inline Prompt
    • Inline Whisper
    • Advanced Configurations
  • Plugin
    • Overview
    • MCP Servers
    • Google Search
    • Web Browsing
    • Memory
    • Perplexity Search
    • Kagi Search
    • Brave Search
    • You.com Search
    • AppleScript
    • Shell Access
    • FFmpeg
    • DALL·E
    • Replicate
    • Whisper
    • Whisper (via Groq)
    • WolframAlpha
    • Gemini Code Execution
  • BoltAI on Setapp
    • Setapp Limitation
    • AI Inline on Setapp
    • Troubleshooting
  • BoltAI Mobile
    • Getting Started
    • MCP Servers (mobile)
  • Guides
    • How to create an OpenAI API Key
    • How to setup Web Search Plugin for BoltAI
    • How to set up BoltAI without an OpenAI API Key
    • How to generate Azure OpenAI API key
    • How to use Azure OpenAI API key in BoltAI
    • How to create an OpenRouter API key
    • How to set up a custom OpenAI-compatible Server in BoltAI
    • How to use Mistral AI on macOS with BoltAI
    • How to use Perplexity AI on mac with BoltAI
    • How to use Anthropic Claude on macOS with BoltAI
    • How to use Replicate AI on macOS with BoltAI
    • How to use Jina DeepSearch with BoltAI
    • How to migrate data to another Mac
    • How to back up your database
    • Cloud Sync Workaround
  • Troubleshooting
    • How to fix "This license key has reached the activation limit"
    • How to fix "You exceeded your current quota, please check your plan and billing details"
    • How to fix Accessbility permission
    • How to completely uninstall BoltAI
    • Can't select text in conversation prompt
    • API keys not persisted?
    • Download Previous Versions
  • Company
    • Run by a human
Powered by GitBook
On this page
  • How to add a new MCP server to BoltAI mac app?
  • How to use an MCP server in BoltAI?
  • FAQs

Was this helpful?

  1. Plugin

MCP Servers

PreviousOverviewNextGoogle Search

Last updated 9 days ago

Was this helpful?

An MCP server, short for Model Context Protocol server, is a lightweight program that exposes specific capabilities to AI models via a standardized protocol, enabling AI to interact with external data sources and tools.

MCP servers allows you to extend BoltAI's capabilities with custom tools and commands.

Starting from v1.34, you can add any MCP server to BoltAI. Read the guide below to get started.

This guide is for the Mac app. To set up MCP servers for the mobile app, .

How to add a new MCP server to BoltAI mac app?

BoltAI follows the standard MCP configuration convention and stores all data in an mcp.json file. There are a few ways to add a new MCP server to BoltAI.

  1. Import from another app.

  2. Use Smithery command line tool

  3. Edit the configuration file directly.

Import from another app

If you're already using an MCP client like Cursor or Claude desktop app, you can import the configuration in 2 simple steps.

  1. Go to Settings > Plugins.

  2. Click the elipsis button, select "Import from Cursor" or "Import from Claude".

Your MCP servers should show up on the plugin list.

Use Smithery command line tool

  1. In Installation > Auto, find BoltAI in the dropdown

  2. Run the terminal command to install the server

  3. Open BoltAI > Settings > Plugins. Click the elipsis button, select "Reload Config"

Edit MCP configuration

Go to Settings > Plugins. Click the plus button. Update the file content and click Save Changes.

How to use an MCP server in BoltAI?

In BoltAI, an MCP server functions similarly to an AI plugin: simply enable it in the Plugin Dropdown, and you can start interacting with the server.

Recommended MCP resources

Here are a few useful resources about MCP to help you get started:

FAQs

  • Is MCP configuration sync'ed between devices? No. MCP server configuration might contain sensitive data such as API key or password. Please copy, or symlink the configuration file if needed.

  • Where does BoltAI store the MCP configuration? BoltAI stores all configuration in /Users/<user>/.boltai/mcp.json

If your favorite MCP servers are on , you can use their cli to install it automatically.

Go to , find

Can I use a remote MCP server? Yes, you can use mcp-remote to convert a remote MCP server to a local Stdio server.

Smithery
Smithery
your favorite MCP server
Official MCP servers from Anthropic
MCP.so: Find Awesome MCP Servers and Clients
Awesome MCP Servers: A curated list of awesome Model Context Protocol (MCP) servers.
iMCP is a macOS app for connecting your digital life with AI.
Connect your AI to any app with Zapier MCP
Create Your MCP Server with MCPify – No Code Needed
Learn more
follow this guide
An MCP server functions similarly to an AI plugin
How to use an MCP server in BoltAI