使用MCP协议连接Pollinations.ai的图像生成服务
Most developer tooling work still happens through a UI a human drives. Pollinations MCP MCP server moves it into the conversation instead. 使用MCP协议连接Pollinations.ai的图像生成服务.
%APPDATA%\Cline\config.json - Mac: ~/Library/Application Support/Cline/config.json - Linux: ~/.config/Cline/config.jsonSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
The server publishes 3 tools. What each one is for:
generate_image — The generate_image tool exposed by this serverdownload_image — The download_image tool exposed by this servergenerate_text — The generate_text tool exposed by this serverPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pollinations MCP's toolset — generate_image, download_image, generate_text — is a fair guide to whether it matches your workflow. It is maintained by bendusy; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| generate_image | The generate_image tool exposed by this server. |
| download_image | The download_image tool exposed by this server. |
| generate_text | The generate_text tool exposed by this server. |
"mcpServers": {
"pollinations-mcp": {
"command": "node",
"args": [
"完整路径/到您的/pollinations-mcp/dist/index.js"
],
"disabled": false,
"autoApprove": [
"download_image",
"generate_image",
"generate_text"
]
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.