misskey-mcp-server
An unofficial MCP server for Misskey that currently implements only a minimal subset of MCP tools—primarily posting notes (e.g., `post_misskey_note`) and `get_misskey_user_notes`; most other listed tools are unimplemented.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Uses a Misskey API token provided via environment variable (better than hardcoding). However, the README does not specify how requests/errors are logged, whether secrets are redacted, or how token permissions are scoped. It also allows configuring protocol as `http or https`, so TLS enforcement depends on user configuration; no security hardening details are documented.
⚡ Reliability
Best When
You want a small, focused MCP bridge that can post notes to Misskey via an MCP workflow, and you only need the currently supported tools.
Avoid When
You need read-heavy or full-feature Misskey capabilities (timeline, search, reactions/follows/renotes/replies) or well-defined operational semantics (pagination, retries, error handling) for autonomous agents.
Use Cases
- • Use an MCP-capable agent to create Misskey notes (toots) on a connected Misskey instance.
- • Fetch notes for a specific Misskey user (limited to `get_misskey_user_notes`).
Not For
- • Comprehensive Misskey automation (timeline, profiles, followers/following, notifications, search, etc.)—many tools are marked as not implemented.
- • Production-grade reliability expectations until tool coverage and operational guidance are improved.
Interface
Authentication
Authentication to Misskey appears to be done via a single API token. The README does not describe fine-grained scopes or how permissions map to specific MCP tools.
Pricing
No pricing information provided; repository appears to be a self-hosted open-source tool.
Agent Metadata
Known Gotchas
- ⚠ Tool coverage is very limited (only posting notes and a single read tool are marked as implemented).
- ⚠ No stated pagination conventions or retry/idempotency guidance in the README.
- ⚠ Because it’s unofficial and minimal, agent workflows that assume broader Misskey functionality will likely fail or be unavailable.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for misskey-mcp-server.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.