Skip to main content

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.

FieldValue
NameFileSystem
TypeLocal
Commandnpx -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
tip

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.

FieldValue
NameContext7
TypeRemote
URLhttps://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.

FieldValue
NameFigma
TypeLocal
Commandnpx -y figma-developer-mcp

Environment variables:

KeyValue
FIGMA_API_KEYYour 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.

FieldValue
NameGitHub
TypeRemote
URLhttps://api.githubcopilot.com/mcp

Environment variables:

KeyValue
GITHUB_TOKENYour 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.

FieldValue
NameCloudflare
TypeRemote
URLhttps://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.

FieldValue
NamePlaywright
TypeLocal
Commandnpx -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.

FieldValue
NameSlack
TypeRemote
URLhttps://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
note

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:

  1. Open Settings (Ctrl/Cmd+U)
  2. Go to Agents & MCP > MCPs
  3. Click Add Server
  4. Fill in the Name, Type, Command or URL, and any environment variables
  5. Click Test to verify the connection
  6. 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.