Just published a lightweight MCP server for Mastodon — manage toots directly from Claude Code:

✍️ Create, edit, delete toots
📎 Media upload with alt text
🔍 Search, timeline, notifications

Python + Mastodon.py, auth via env vars, stdio transport.

https://github.com/ascheman/mastodon-mcp

#MCP #LLM #ClaudeCode #Python #Mastodon #OpenSource

@ascheman Nice work. The MCP server list keeps growing fast, for Mastodon, Bluesky, pretty much every platform now. One thing I keep running into building agent tooling: how does an agent even find out these servers exist? Right now it's "somebody told me" or copy-paste a JSON config. .well-known/mcp.json and A2A Agent Cards are trying to solve this but they're still siloed from each other. agents.txt was supposed to unify it at the IETF level but expires tomorrow with zero adoption.