Instagram Creator
Rank #31,956io.github.wmarceau/instagram-creator
MCP server providing instagram-creator capabilities
Instagram Creator is a Model Context Protocol (MCP) server published by MarceauSolutions. It ranks #31,956 of 115,591 servers tracked on MCP Toplist. Instagram Creator is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 9, 2026 and most recently updated on Feb 9, 2026.
Ranks ahead of 83,635 of 115,591 servers on MCP Toplist.
Use Instagram Creator
claude mcp add instagram-creator -e "INSTAGRAM_ACCESS_TOKEN=<your INSTAGRAM_ACCESS_TOKEN>" -e "INSTAGRAM_ACCOUNT_ID=<your INSTAGRAM_ACCOUNT_ID>" -- uvx instagram-creator-mcpReplace each placeholder with your own value before saving.
[mcp_servers.instagram-creator]
command = "uvx"
args = ["instagram-creator-mcp"]
[mcp_servers.instagram-creator.env]
INSTAGRAM_ACCESS_TOKEN = "<your INSTAGRAM_ACCESS_TOKEN>"
INSTAGRAM_ACCOUNT_ID = "<your INSTAGRAM_ACCOUNT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-creator": {
"command": "uvx",
"args": [
"instagram-creator-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "<your INSTAGRAM_ACCESS_TOKEN>",
"INSTAGRAM_ACCOUNT_ID": "<your INSTAGRAM_ACCOUNT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-creator": {
"command": "uvx",
"args": [
"instagram-creator-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "<your INSTAGRAM_ACCESS_TOKEN>",
"INSTAGRAM_ACCOUNT_ID": "<your INSTAGRAM_ACCOUNT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"instagram-creator": {
"type": "stdio",
"command": "uvx",
"args": [
"instagram-creator-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "<your INSTAGRAM_ACCESS_TOKEN>",
"INSTAGRAM_ACCOUNT_ID": "<your INSTAGRAM_ACCOUNT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-creator": {
"command": "uvx",
"args": [
"instagram-creator-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "<your INSTAGRAM_ACCESS_TOKEN>",
"INSTAGRAM_ACCOUNT_ID": "<your INSTAGRAM_ACCOUNT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"instagram-creator": {
"command": "uvx",
"args": [
"instagram-creator-mcp"
],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "<your INSTAGRAM_ACCESS_TOKEN>",
"INSTAGRAM_ACCOUNT_ID": "<your INSTAGRAM_ACCOUNT_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wmarceau%2Finstagram-creator)<a href="https://mcptoplist.com/server/io.github.wmarceau%2Finstagram-creator"><img src="https://mcptoplist.com/badge/io.github.wmarceau%2Finstagram-creator.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MarceauSolutions
Other servers by MarceauSolutions
View all MarceauSolutions servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Instagram Creator?
- Instagram Creator is maintained by MarceauSolutions, which publishes 11 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Instagram Creator listed on the Official MCP Registry?
- Yes — Instagram Creator is listed on the Official MCP Registry.
- How many versions does Instagram Creator have?
- MCP Toplist tracks 2 versions of Instagram Creator, most recently published on Feb 9, 2026.
- Where can I find the source code for Instagram Creator?
- The source code for Instagram Creator is hosted at github.com/MarceauSolutions/dev-sandbox.