
MCP server
Connect AI to Nestr for Holacracy, Sociocracy, and self-organizing teams.
not scanned yet
5 stars234 downloads/wk
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools
Tool list not cached yet. `describe` through the gateway fetches it live.
What the publisher says
From the MCP repository's README, as published. We do not edit it. Read it on GitHub
@nestr/mcp
MCP (Model Context Protocol) server for Nestr - connect AI assistants like Claude to your workspace.
What is this?
This MCP server allows AI assistants to interact with your Nestr workspace:
- Search for tasks, projects, and roles
- Create and update nests
- View organizational structure (circles, roles, accountabilities)
- Get workspace insights and metrics
- Add comments and collaborate
Quick Start
Visit mcp.nestr.io for the easiest setup with step-by-step instructions for Claude Desktop, Claude Code, and Cursor.
Claude Desktop
- Go to Settings → Connectors → Add custom connector
- Set Name to Nestr and Remote MCP URL to https://mcp.nestr.io/mcp
- Click "Add" then "Authenticate" to log in with Nestr
Claude Code
claude mcp add nestr --transport http https://mcp.nestr.io/mcpThen run /mcp in Claude Code and click "Authenticate" to log in.
Using the npm Package (Local)
If you prefer to run the MCP server locally:
npx @nestr/mcpConfigure your AI client with:
{
"mcpServers": {
"nestr": {
"command": "npx",
"args": ["-y", "@nestr/mcp"],
"env": {
"NESTR_API_KEY": "your-api-key-here"
}
}
}
}To get an API key:
- Go to your Nestr workspace
- Click Settings → Integrations → Workspace API access → Configure
- Click "New API key" and copy it
Start Using It
Ask your AI assistant things like:
- "What workspaces do I have access to?"
- "Search for tasks related to marketing"
- "Create a new project called 'Q1 Planning'"
- "What are my current projects and their status?"
- "Who is responsible for customer support?"
Available Tools
Workspace & Search
Nests (Tasks, Projects, Roles)
Recurrence
Comments & Discussion
Organization Structure
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http mcp https://mcp.nestr.io/mcp
MCP: common questions
- Is MCP server safe?
- Yes, by our scan: it is graded A (95/100). Read the MCP safety report
- How do I install MCP?
- It runs remotely at mcp.nestr.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does MCP need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is MCP maintained?
- The last commit was 5 days ago (2026-09-16). The latest release is v0.1.108.
- Is MCP up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.