Planet
Planet-mcp is a local MCP server powered by the Planet SDK. It allows an AI agent/chat to interact with the Planet API.
What is Planet?
Planet is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to planet-mcp is a local mcp server powered by the planet sdk. it allows an ai agent/chat to interact with the planet api.
Planet-mcp is a local MCP server powered by the Planet SDK. It allows an AI agent/chat to interact with the Planet API.
This server falls under the APIs and Cloud Services categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Planet-mcp is a local MCP server powered by the Planet SDK.
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx planetConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Planet
The Planet MCP Server connects AI assistants to the Planet Labs satellite imagery API via the Planet SDK, enabling natural-language interaction with geospatial data, high-resolution imagery, and orders. Developers and analysts can search recent satellite captures over specific locations, manage feature collections, create imagery orders, and access mosaic data—all without leaving their AI chat interface. It is especially useful for teams doing remote sensing, environmental monitoring, or supply-chain visibility who want to drive Planet workflows through conversational prompts.
Prerequisites
- Python 3.8+ installed on your system
- A Planet account with an active API subscription (planet.com)
- The Planet CLI installed and authenticated via `planet auth login`
- An MCP-compatible client such as Claude Desktop or Claude Code
Install the planet-mcp package
Use pip to install the Planet MCP server package, which bundles the Planet SDK and the MCP server entry point.
pip install planet-mcpAuthenticate with the Planet API
Run the Planet CLI login command to store your credentials. If you have a PL_API_KEY environment variable set, unset it first and run `planet auth reset` before logging in to avoid conflicts.
planet auth loginVerify the server binary is available
Confirm the `planet-mcp` executable is on your PATH. If it is not found by your MCP client, note the full path returned by this command and use it in your config.
which planet-mcpAdd the server to your MCP client configuration
Open your Claude Desktop config file (claude_desktop_config.json) and add a new entry under mcpServers. Use the full path to planet-mcp if the binary is not on your system PATH.
{
"mcpServers": {
"planet": {
"type": "stdio",
"command": "planet-mcp"
}
}
}Optionally filter which tools are active
By default, download and subscription tools are disabled. Pass include/exclude flags to control which tool groups are exposed. For example, to enable orders tools only:
planet-mcp --include-tags=ordersRestart your MCP client and verify the connection
Restart Claude Desktop (or your chosen MCP client) so it picks up the new configuration. The Planet tools should now appear when you ask the assistant what it can do.
Planet Examples
Client configuration
Minimal claude_desktop_config.json entry to run the Planet MCP server with stdio transport.
{
"mcpServers": {
"planet": {
"type": "stdio",
"command": "planet-mcp"
}
}
}Prompts to try
Example natural-language requests you can send once the server is connected.
- "Search for recent cloud-free imagery over San Francisco from the last 7 days"
- "List all my current Planet imagery orders and their statuses"
- "Create an order for PSScene imagery over the bounding box 37.7,-122.5,37.8,-122.4"
- "What mosaic datasets are available for the Western US?"
- "Show me feature collections in my Planet account"Troubleshooting Planet
The MCP client cannot find the `planet-mcp` command
Run `which planet-mcp` in your terminal to get the absolute path and use that full path as the `command` value in your config (e.g. `/Users/you/.local/bin/planet-mcp`).
Authentication errors even after `planet auth login`
If PL_API_KEY is set in your environment, it overrides the stored credentials. Run `unset PL_API_KEY`, then `planet auth reset`, and finally `planet auth login` again.
Tools like orders or downloads are not visible in the assistant
Download and subscription tools are disabled by default. Start the server with `--include-tags=orders` or `--include-tags=downloads` to activate them, and update your MCP client config accordingly.
Frequently Asked Questions about Planet
What is Planet?
Planet is a Model Context Protocol (MCP) server that planet-mcp is a local mcp server powered by the planet sdk. it allows an ai agent/chat to interact with the planet api. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Planet?
Follow the installation instructions on the Planet GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Planet?
Planet works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Planet free to use?
Yes, Planet is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Planet Alternatives — Similar APIs Servers
Looking for alternatives to Planet? Here are other popular apis servers you can use with Claude, Cursor, and VS Code.
Kong
★ 43.4k🦍 The API and AI Gateway
API Mega List
★ 5.4kThis GitHub repo is a powerhouse collection of APIs you can start using immediately to build everything from simple automations to full-scale applications. One of the most valuable API lists on GitHub—period. 💪
Fetch
★ 5.4kFetch web content and convert to markdown for AI consumption
Fusio
★ 2.1kSelf-Hosted API Management for Builders
Korean Law
★ 1.8k국가법령정보MCP v4.0 | 법제처 41개 API → 17개 MCP 도구. 법령·판례·조례 검색 + LLM 환각 방지 인용검증 + 조문 영향 그래프(impact_map) + 시점 비교 자동 diff(time_travel) + 시민 5단계 실행 가이드(action_plan) | 41 Korean legal APIs → 17 MCP tools
RuleGo
★ 1.5k⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.
Browse More APIs MCP Servers
Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Planet in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Planet?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.