Recommended MCP Servers
Kognar supports any MCP-compatible server. Below are some of the most useful ones to get started. All of them can be added in Settings > Agents & MCP > MCPs.
FileSystem
Read and write files on your computer directly from the chat.
| Field | Value |
|---|---|
| Name | FileSystem |
| Type | Local |
| Command | npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/folder |
Replace /path/to/allowed/folder with the directory you want Kognar to access. You can specify multiple directories by separating them with spaces.
What it enables:
- Read, write, move, and delete files
- List directory contents
- Search within files
For safety, point it to a specific project folder rather than your home directory.
Context7
Up-to-date library documentation pulled directly into your conversation. Ideal for coding tasks where you need current API references.
| Field | Value |
|---|---|
| Name | Context7 |
| Type | Remote |
| URL | https://mcp.context7.com/mcp |
What it enables:
- Fetch live documentation for thousands of libraries (React, Next.js, Tailwind, etc.)
- Always gets the current version — not the AI's training data snapshot
Figma
Connect Kognar to your Figma files to read design data and generate code from components.
| Field | Value |
|---|---|
| Name | Figma |
| Type | Local |
| Command | npx -y figma-developer-mcp |
Environment variables:
| Key | Value |
|---|---|
FIGMA_API_KEY | Your Figma personal access token |
Get your token at Figma > Account Settings > Security > Personal access tokens.
What it enables:
- Read Figma file structure, frames, and components
- Generate HTML/CSS/React code from design specs
- Inspect design tokens (colors, typography, spacing)
GitHub
Interact with GitHub repositories — issues, PRs, code, and more — without leaving the chat.
| Field | Value |
|---|---|
| Name | GitHub |
| Type | Remote |
| URL | https://api.githubcopilot.com/mcp |
Environment variables:
| Key | Value |
|---|---|
GITHUB_TOKEN | Your GitHub personal access token |
Create a token at GitHub > Settings > Developer settings > Personal access tokens. Required scopes: repo, read:org.
What it enables:
- Search and read code across repositories
- Create, read, and comment on issues and pull requests
- List branches, commits, and file changes
- Create or update files in a repository
Cloudflare
Manage and interact with your Cloudflare account — Workers, KV, R2, DNS, and more.
| Field | Value |
|---|---|
| Name | Cloudflare |
| Type | Remote |
| URL | https://mcp.cloudflare.com/mcp |
Authentication is handled via your Cloudflare account on first connection (OAuth flow in browser).
What it enables:
- Deploy and manage Cloudflare Workers
- Query and update KV namespaces and R2 buckets
- Inspect DNS records and zone settings
- View analytics and logs
Playwright
Control a real browser from the chat. Useful for testing, automation, and web scraping.
| Field | Value |
|---|---|
| Name | Playwright |
| Type | Local |
| Command | npx -y @playwright/mcp@latest |
Prerequisite: Playwright browsers must be installed:
npx playwright install
What it enables:
- Navigate to any URL and take screenshots
- Click, fill, and interact with page elements
- Run accessibility and visual assertions
- Record user flows and generate code
- Scrape structured content from pages
Slack
Read and send messages in your Slack workspace from the chat.
| Field | Value |
|---|---|
| Name | Slack |
| Type | Remote |
| URL | https://mcp.slack.com/mcp |
Authentication is handled via your Slack account on first connection (OAuth flow in browser).
What it enables:
- Read messages and threads from channels
- Send messages and replies
- Search across your Slack workspace
- List channels and members
The Slack MCP requires your workspace admin to allow the integration. Check with your Slack admin if the connection fails.
Adding a server
To add any of the servers above:
- Open Settings (
Ctrl/Cmd+U) - Go to Agents & MCP > MCPs
- Click Add Server
- Fill in the Name, Type, Command or URL, and any environment variables
- Click Test to verify the connection
- Click Connect
Enable Auto-connect to have the server connect automatically every time Kognar starts.
For more details on managing MCP servers, see MCP Servers.