-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmastodon-mcp-server.metainfo.xml
More file actions
54 lines (54 loc) · 2.09 KB
/
Copy pathmastodon-mcp-server.metainfo.xml
File metadata and controls
54 lines (54 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>io.github.VitexSoftware.mastodon-mcp-server</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>Mastodon MCP Server</name>
<summary>Model Context Protocol server for Mastodon integration</summary>
<description>
<p>
A comprehensive MCP server providing access to Mastodon social network
functionality through the Model Context Protocol, enabling AI assistants
and other MCP clients to interact with Mastodon instances.
</p>
<p>Features include:</p>
<ul>
<li>Timeline reading: home, local, public, hashtag</li>
<li>Status posting, deleting, favouriting, and reblogging</li>
<li>Account management: follow, block, mute, relationships</li>
<li>Notifications reading and dismissal</li>
<li>Full-text search for accounts, statuses, and hashtags</li>
<li>Trending tags, statuses, and links</li>
<li>List and media management</li>
<li>Read-only mode for safe browsing</li>
<li>STDIO and HTTP transport support</li>
</ul>
</description>
<icon type="stock">mastodon-mcp-server</icon>
<url type="homepage">https://github.com/VitexSoftware/mastodon-mcp-server</url>
<url type="bugtracker">https://github.com/VitexSoftware/mastodon-mcp-server/issues</url>
<url type="vcs-browser">https://github.com/VitexSoftware/mastodon-mcp-server</url>
<developer id="io.github.VitexSoftware">
<name>Vítězslav Dvořák</name>
</developer>
<categories>
<category>Network</category>
<category>Chat</category>
</categories>
<provides>
<binary>mastodon-mcp</binary>
</provides>
<releases>
<release version="1.0.1" date="2026-04-30">
<description>
<p>Replace fastmcp with bundled stdlib-only MCP implementation for broader distro compatibility.</p>
</description>
</release>
<release version="1.0.0" date="2026-04-30">
<description>
<p>Initial release.</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1"/>
</component>