mcp server for Cline
io.flowcontent/mcp-server
Connect Claude, Cursor, or any MCP client to your FlowContent account
client:Cline
transport:stdio
runtime:npm
Install mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@flowcontent/mcp-server"
],
"env": {
"FLOWCONTENT_API_TOKEN": "<FLOWCONTENT_API_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs