MCP.so
登录

misskey-mcp-server

@ganyariya

关于 misskey-mcp-server

unofficial misskey mcp server

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

ganyariya

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is misskey-mcp-server?

misskey-mcp-server is an unofficial MCP (Model Context Protocol) server for Misskey, currently offering only minimal functionality: posting notes and retrieving notes for a specific user. It is written in Go and built on top of the go-misskey SDK.

How to use misskey-mcp-server?

Install via go install or build from source. Configure your MCP client’s mcp.json by setting the command to misskey-mcp-server and providing the environment variables MISSKEY_API_TOKEN, MISSKEY_PROTOCOL, MISSKEY_DOMAIN, and optionally MISSKEY_PATH.

Key features of misskey-mcp-server

  • Post notes to Misskey via the post_misskey_note tool.
  • Retrieve a user's notes via the get_misskey_user_notes tool.
  • Work in progress with many more planned MCP tools.
  • Unofficial, community-driven project.
  • Written in Go with the mcp-golang library.

Use cases of misskey-mcp-server

  • Post notes to a Misskey instance from an AI assistant or automation tool.
  • Fetch recent notes of a given Misskey user programmatically.
  • Serve as a foundation for contributors to add missing features.

FAQ from misskey-mcp-server

What can I currently do with misskey-mcp-server?

You can post a note to Misskey using post_misskey_note and get notes of a specific user using get_misskey_user_notes. All other listed tools are not yet implemented.

How do I set up the server?

Add a misskey-mcp-server entry to your MCP client's mcp.json. Set the command to misskey-mcp-server and provide the environment variables MISSKEY_API_TOKEN (from Misskey’s API token page), MISSKEY_PROTOCOL (http or https), MISSKEY_DOMAIN (e.g., misskey.io), and optionally MISSKEY_PATH.

Is this an official Misskey tool?

No, it is an unofficial MCP server created by the community. The README explicitly states it is unofficial.

What are the runtime requirements?

The server is written in Go. You can install it with go install or build it yourself. It uses the go-misskey SDK as a dependency but does not require any runtime beyond the compiled binary.

How can I contribute?

The README welcomes contributions via pull requests. The project maintains a roadmap of unimplemented tools that contributors can help build.

评论

其他 分类下的更多 MCP 服务器