pixelfed mcp for Cursor
io.github.mrfentmen/pixelfed-mcp
Pixelfed instance API: instance info and public timelines.
client:Cursor
transport:stdio
runtime:npm
Install pixelfed mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pixelfed-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pixelfed-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs