LimAI

🧠MCP Connectors

Give Claude access to your tools while it builds.

5 min readΒ·Last updated 2026-05-17

MCP (Model Context Protocol) is the standard for letting LLMs call real tools. LimAI bundles 21 MCP servers β€” GitHub, Linear, Notion, Postgres, Brave Search, and more β€” so Claude can read your actual repo, your actual schema, your actual issues while it builds your app.

Why this matters

Without MCP, Claude has to guess. You say match the style of my landing page and it makes something up. With MCP, Claude can fetch your landing page from GitHub, read your actual Tailwind config, and write code that compiles against your real codebase.

How to enable

  1. In the builder, click Connectors in the top bar.
  2. Switch to the MCP Connectors tab.
  3. Toggle the servers you want β€” OAuth-based ones (GitHub, Linear) will pop a consent flow.
  4. Claude now sees those tools as callable functions for the rest of the session.

Auth types

TypeExamplesNotes
OAuthGitHub, Linear, Notion, SlackOne-click consent, no keys to copy
API keyStripe, Brave Search, PerplexityPaste once, scoped to your account
Self-hostedPostgres, custom HTTP serversBring your own URL
No authPublic Brave/Tavily searchFree, rate-limited
πŸ’‘
Learn the protocol

MCP is an open standard β€” read the full spec at modelcontextprotocol.io.