Planet MCP
Enables AI agents to interact with the Planet API for satellite imagery ordering, subscriptions, and data management through natural language.
README
Planet MCP
planet-mcp is a local MCP server powered by the Planet SDK. It allows an AI agent/chat to interact with the Planet API.
To get started with your preferred AI agent, find it in the Usage section below.
Beta warning
This is experimental software. This MCP service will invoke the Planet SDK/CLI on your behalf. It can create and modify orders, subscriptions, and more. Do not disable tool approvals and always carefully review tool prompts before approving them. Use at your own risk.
Tools may be added, removed or altered based on testing/feedback.
Reminder: MCP servers and tools will increase the number of tokens used during interactions with your LLM provider.
We would love to hear back from you after using this, if you have a feature request or find something isn't working please file a Github issue for us! Thanks
Usage
Prerequisites
- Python 3.11 or higher
To install the Planet MCP server, use pip or your preferred package manager:
pip install planet-mcp
This will also install the planet SDK.
Authentication
You must authenticate your Planet account before using the local MCP server. You can do this by running:
planet auth login
NOTE
if you have PL_API_KEY set globaly, you should run unset PL_API_KEY and then planet auth reset and planet auth login again.
Supported AI assistants
The following AI agents have been tested with the Planet local MCP. For other agents, refer to their documentation for adding a custom MCP server (the Planet local MCP uses stdio transport).
Claude Code
To connect with Claude Code, run the following command:
claude mcp add planet planet-mcp
Claude Desktop
To connect using Claude Desktop, add the following to your claude_desktop_config.json file (see MCP documentation for more details):
{
"mcpServers": {
"planet": {
"type": "stdio",
"command": "planet-mcp"
}
}
}
Gemini CLI
To connect using Gemini CLI, add the following to your ~/.gemini/settings.json file:
"mcpServers": {
"planet": {
"command": "planet-mcp",
"description": "Planet MCP Server",
"timeout": 30000,
"trust": false
}
}
GitHub Copilot
To connect using GitHub Copilot, configure the mcp.json file (see VSCode docs) with the following configuration:
{
"servers": {
"planet": {
"type": "stdio",
"command": "planet-mcp"
}
}
}
Customizing the tools
If you'd like, you can enable or disable specific tools in the MCP server. For example, if you're only working with the orders tooling: You can start the server with just the that enabled:
--include-tags=orders
If you want to keep the defaults, but disable a certain tool, you can: --exclude-tags=destinations
In order to disable more than one tool you can provide a comma separated list like:
--exclude-tags=destinations,mosaics
By default, we have disabled download tools and the subscriptions tools, as we have found those tools don't work very well with LLMs at the moment.
Example queries
- Does Planet have any recent imagery over Puget Sound?
- List my feature collections
- Order me the latest high-res imagery over the Netherlands
- Create a PlanetScope order with the first item in my Netherlands Feature Collection.
Troubleshooting
Unable to launch planet-mcp (ENOENT, No such file or directory, etc.):
This is likely due to the planet-mcp package being installed to a different Python environment than the one your AI agent is using. The easiest way to resolve this is to run which planet-mcp after installing the package, and then copy the full path to your AI agent's MCP configuration. For example, if which planet-mcp returns /home/user/.local/share/virtualenvs/test/bin/planet-mcp, your config file would look like:
{
"servers": {
"planet": {
"command": "/home/user/.local/share/virtualenvs/test/bin/planet-mcp"
}
}
}
Local dev
Prerequisites
- python (>= 3.11) + uv
- npx + friends (node >= 20) (to run inspector, if desired)
With Makefile
make dev-up- Optional,
make inspector
Without Makefile
-
Create and activate virtual environment using uv:
uv venvsource .venv/bin/activate -
Install dependencies using uv:
uv pip install -e '.' -
Run mcp server
planet-mcp
Optional run the inspector with
uv run fastmcp dev src/planet_mcp/main.py
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。