Skip to main content
Parsaa supports the Model Context Protocol (MCP), allowing you to connect external tools and extend its capabilities beyond the built-in toolset.

What is MCP

The Model Context Protocol is an open standard for connecting AI models to external tools and data sources. MCP servers expose a set of tools that AI models can invoke during conversations — giving them access to databases, APIs, deployment pipelines, and more.

What You Can Do

  • Connect to any MCP-compatible server and make its tools available to Parsaa
  • Add specialized tools for your workflow — database queries, API testing, deployment triggers, monitoring dashboards, and more
  • Extend Parsaa’s capabilities without waiting for built-in support
  • Chain tools together — the AI can combine MCP tools with Parsaa’s built-in tools in a single conversation

Setup

1

Open Settings

In Parsaa, navigate to Settings.
2

Configure MCP Servers

Add your MCP server configuration. Each server needs a name and connection details (typically a command to start the server or a URL to connect to).
3

Use the Tools

Once configured, MCP tools appear alongside Parsaa’s built-in tools. The AI can invoke them during conversations based on your requests.
MCP tools run alongside Parsaa’s built-in tools. The AI can use both in the same conversation, choosing the right tool for each step of a task.

Next Steps