Federated social network
Post to Mastodon instances. ActivityPub federation.
{
"mcpServers": {
"mastodon": {
"mcpServers": {
"mastodon": {
"env": {
"MASTODON_TOKEN": "YOUR_TOKEN",
"MASTODON_INSTANCE": "https://mastodon.social"
},
"args": [
"-y",
"crosspost-mcp"
],
"command": "npx"
}
}
}
}
}