B77 · for Cursor
Cursor MCP servers
B77 is the App Store for your AI assistant. A phone ships with built-in apps and you install more to extend it; Cursor ships with built-in abilities and B77 apps — MCP servers for Cursor — extend the agent with your own tools and data.
Every app is a hosted (remote) MCP server: no local process, sign in with OAuth, EU-hosted and curated by B77.
The mechanism
MCP in Cursor
Cursor reads its MCP servers from mcp.json (project or global) or from Settings → MCP. A server is either local — a stdio process Cursor starts for you, typically an npm package — or remote, referenced by URL. Local servers mean installing and updating something on every machine; remote servers mean pasting a URL once.
B77 apps are remote. Add the URL, sign in with OAuth when Cursor asks, and the tools appear for the agent — no npm install, no API keys in config, no process to keep alive. Where Cursor supports one-click or deeplink install, the app page uses it; otherwise the mcp.json entry below is all you need.
Setup
Install in Cursor, in 3 steps
Sign in with your B77 account once. No local install, no API keys to paste.
- Step 1
Open the app page on B77 and click Install — copy the connection URL it shows.
- Step 2
In Cursor: Settings → MCP servers → "+ Add new MCP server" — or edit mcp.json directly: { "mcpServers": { "teamwork": { "url": "https://teamwork.b77.ai/mcp" } } }.
- Step 3
Save and restart; Cursor asks you to sign in with your B77 account once, then the tools are available to the agent.
mcp.json example
{
"mcpServers": {
"nightscout": {
"url": "https://nightscout.b77.ai/mcp"
}
}
} Every app page shows its own URL — copy it from the Install button.
18 apps for Cursor
Top MCP servers for Cursor
Ranked by rating, installs and freshness — the same score as the B77 top chart.
- 1 NInstall
Nightscout
B77
(7) - 2 TInstall
Time
B77
(3) - 3 KInstall
Knowledge Base
B77
(1) - 4 SInstall
SEO Content Factory
B77
(1) - 5 GInstall
Google Search Console
B77
(1) - 6 LInstall
LinkedIn Ads
B77
(0) - 7 PInstall
Photo Library
B77
(0) - 8 Install
Fibalo
Fibalo
(0) - 9 FInstall
File Storage
B77
(0) - 10 TInstall
Teamwork
B77
(0) - 11 GInstall
Google News
B77
(0) - 12 AInstall
AI Media Studio
B77
(0) - 13 KInstall
Kinnovis Self-Storage
B77
(0) - 14 FInstall
Feedback
B77
(0) - 15 WInstall
Web Analytics
B77
(0) - 16 CInstall
Chess Results
B77
(0) - 17 GInstall
Google Ads
B77
(0) - 18 AInstall
Apple Search Ads
B77
(0)
In Cursor
What a real conversation looks like
Used Nightscout
Used Nightscout
FAQ
Common questions about Cursor on B77
Do I need to run anything locally?
No. B77 apps are remote MCP servers — Cursor connects to them by URL. There is no npm package, no stdio process and nothing to keep updated on your machine.
Can the Cursor agent write to my tools?
That depends on the app. Some expose read-only tools, others create and update records. The app page's capabilities and data-safety block says exactly which tools exist and what each one can do — check it before you add the server.
Is it free?
B77 apps are free to add unless the app page says otherwise. MCP support itself is part of Cursor; check Cursor's current plans for what your tier includes.
Does the same server work in Claude and ChatGPT?
Yes. Every B77 app is one hosted MCP server; Cursor calls it an MCP server, Claude calls it a connector, ChatGPT calls it a plugin. Same URL, same account, same tools.