office quotes mcp for Cursor
io.github.mrfentmen/office-quotes-mcp
Quotes from The Office TV show. No key required.
client:Cursor
transport:stdio
runtime:npm
Install office quotes mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"office-quotes-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"office-quotes-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs