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
  • Adding a server
  • Guides
  • How to setup Zapier MCP server?
  • How to use a local MCP server?
  • Recommended MCP services:

Was this helpful?

  1. BoltAI Mobile

MCP Servers (mobile)

PreviousGetting StartedNextHow to create an OpenAI API Key

Last updated 14 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.

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

Adding a server

You can only use a remote MCP server in BoltAI for iOS as the mobile OS doesn't allow running a local server. Note that you can add an stdio server when using the Mac app. Make sure your server is reachable from the your phone (via SSE). To use a server on your Mac, make sure your phone and your Mac are connected to the same network. For convenience, set your Mac to use a static IP instead of DHCP.

Adding a server is simple. Go to Settings > MCP Servers, tap Add. Enter the server name, and your remote MCP server URL. Tap "Add Server".

Guides

How to setup Zapier MCP server?

Zapier is an integration platform that hosts 7,000+ third-party apps and has 30,000+ actions. AI Actions equips your own AI or systems with the ability to run any action on Zapier (eg. Send a Slack message, find a Google Calendar event, draft a Gmail reply, create a HubSpot lead, etc.)

Using Zapier MCP server, you can build your own AI assistant to perform real-world tasks.

How to use a local MCP server?

IMPORTANT: Without authentication, anyone with the URL can interact with your MCP server. Make sure to keep it secret and turn the server off when not in use.

For example, here is a step-by-step guide on how I set up the Memory MCP server and expose it to the internet via ngrok.

Start the SSE server using supergateway:

npx -y supergateway \
    --stdio "npx -y @modelcontextprotocol/server-memory" \
    --port 8071 \
    --ssePath /sse \
    --messagePath /message

Serve it using ngrok (optional):

$> ngrok http 8071

ngrok                                                                                                                                                                                                                                (Ctrl+C to quit)

👋 Goodbye tunnels, hello Agent Endpoints: https://ngrok.com/r/aep

Session Status                online
Account                       Daniel Nguyen (Plan: Free)
Version                       3.22.0
Region                        Asia Pacific (ap)
Latency                       95ms
Web Interface                 http://127.0.0.1:4040
Forwarding                    https://xxxx-xxxx-xxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx.ngrok-free.app -> http://localhost:8071

Connections                   ttl     opn     rt1     rt5     p50     p90
                              0       0       0.00    0.00    0.00    0.00

Add to BoltAI:

If you don't use ngrok, your server would look like this: http://<your_mac_ip_address>:8071/sse

If you use ngrok, your remote MCP server URL would be https://xxxx-xxxx-xxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx.ngrok-free.app/sse

Now you can use this MCP server on the mobile app ✌️

Recommended MCP services:

Some interesting remote MCP services to try:

To run a local MCP server (stdio transport), you will need to convert it to a SSE server using . If you need to access it from the Internet, either host the MCP server using Cloudflare or use a tunnel service like ngrok or Cloudflare Tunnel.

: Connect your AI to any app with Zapier MCP

: Instantly Connect to 100+ Managed MCP Servers with Built-In Auth

: Instantly create a Remote MCP server for any GitHub project

: Create Your MCP Server using LLMs

supergateway
Zapier MCP
Composio
GitMCP
MCPify
follow this guide
Read the official guide
Getting Started with Zapier MCP server