ebay-mcp

作者 YosefHayim已验证

Local MCP server that exposes eBay Sell APIs to AI assistants with OAuth, tool gating, and stdio/HTTP transports.

131
Stars
57
Forks
TypeScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/YosefHayim/ebay-mcp

快速入门

使用 ebay-mcp 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

eBay MCP Server — connect Claude, Cursor, and any AI assistant to eBay's Sell APIs with one command (npm run setup)

The eBay MCP server — give Claude, Cursor, and any AI assistant full access to eBay's Sell APIs. 299 tools for inventory, orders, marketing, and analytics, running locally with your own keys.

Unofficial, open-source project — not affiliated with, authorized, or endorsed by eBay Inc.

npm version npm downloads per month CI status MIT license Required Node.js version TypeScript types included

299 eBay API tools 100% eBay Sell API coverage Model Context Protocol compatible Over 1,000 passing tests Runs entirely on your machine

MseeP.ai Security Assessment Badge

English · 简体中文 · Español · Português (BR) · 日本語 · 한국어 · Français · Deutsch · Русский


eBay MCP is a local Model Context Protocol server that connects AI assistants — Claude Desktop, Claude Code, Cursor, Cline, Windsurf, Zed, Continue.dev, Roo Code, and Amazon Q Developer — directly to eBay's Sell APIs. It exposes 299 tools spanning 100% of eBay's Sell API surface (270 unique endpoints) for inventory management, order fulfillment, promoted-listings marketing, analytics, and developer tooling. Everything runs on your machine over STDIO or local HTTP — no cloud relay, and your eBay credentials never leave your computer.

Disclaimer: Unofficial, third-party project — not affiliated with or endorsed by eBay Inc. Provided "as is" without warranty. You are responsible for complying with eBay's API License Agreement and data-handling requirements, keeping your credentials secure, and staying within rate limits. Test in sandbox before production. See LICENSE, SECURITY.md, and EBAY_COMPLIANCE.md.

Table of contents

Features

  • 299 eBay API tools — 100% coverage of the eBay Sell APIs across inventory, orders, marketing, analytics, metadata, taxonomy, and developer tooling.
  • 9 AI clients, auto-configured — Claude Desktop, Cursor, Zed, Cline, Continue.dev, Windsurf, Roo Code, Claude Code CLI, and Amazon Q Developer.
  • OAuth 2.0 built in — full user-token management with automatic refresh, and smart fallback from user tokens (10k–50k req/day) to client credentials (1k req/day).
  • Resilient by default — automatic retry with exponential backoff on 429 rate limits, and consistent, loud error surfacing.
  • Type-safeTypeScript end to end, Effect-backed tool input validation, and OpenAPI-generated types.
  • Local-first & private — runs over STDIO or local HTTP; your credentials and data never leave your machine.
  • Sandbox and production — switch environments with a single variable.
  • One-command setupnpm run setup configures credentials, OAuth, and your MCP client, with a browser auto-opened for the OAuth flow.
  • Well tested — 1,000+ automated tests run in CI on every change through GitHub Actions.

Capability map

Use this map when deciding which tool family to expose, or when asking an assistant what it can do. The family names match EBAY_MCP_TOOLS, so you can run with all tools, dynamic discovery, or only the families needed for a specific workflow.

FamilyWhat it unlocksGood first request
accountBusiness policies, fulfillment policies, payment policies, return policies, sales tax, subscriptions, and programs"Show my eBay fulfillment policies."
inventoryInventory items, offers, inventory locations, item groups, bulk offer flows, and SKU/location mapping"List my active inventory items and their available quantity."
fulfillmentOrders, shipping fulfillments, refunds, payment disputes, and dispute evidence"Show unfulfilled orders from the last 7 days."
browseSold/completed listing search (Finding API) for pricing comps"What have similar items sold for recently?"
marketingPromoted Listings campaigns, ads, promotions, bidding, and marketing reports"List my active promoted listing campaigns."
analyticsTraffic reports, seller standards, and customer-service metrics"Show my seller standards profile."
communicationBuyer-seller messaging, negotiations, notifications, and feedback"Show recent buyer messages that need a response."
metadata / taxonomyCategory trees, aspects, item conditions, return-policy metadata, tax jurisdictions, and vehicle compatibility"Find required item aspects for this category."
otherIdentity, VeRO, translation, and international shipping support APIs (Compliance tools remain but report eBay's 2026-03-30 decommission)"Show my current seller identity details."
developer / token-managementRate limits, signing keys, OAuth URLs, token refresh, and diagnostics"Check my eBay API rate limits."
tradingLegacy XML fixed-price listing create, revise, relist, and end operations"Create a fixed-price listing draft from this SKU."
connectorChatGPT connector search/fetch tools over the eBay MCP catalogue"Search the eBay tool catalogue for order tools."

Listing preflight: required item specifics

Before calling ebay_create_or_replace_inventory_item, ebay_create_offer, or ebay_get_listing_fees, fetch the live requirements for the selected category:

ebay_get_default_category_tree_idebay_get_category_suggestionsebay_get_item_aspects_for_category

The aspects response identifies required and recommended item specifics. Put every required aspect on the inventory item before creating its offer. Requirements vary by category and marketplace, so re-run the lookup when either changes; do not rely on examples or a fixed global fallback value.

eBay MCP vs. the raw eBay API

Both talk to the same eBay endpoints — the difference is everything you'd otherwise build yourself.

eBay MCP ServerRaw eBay REST API
InterfaceNatural language through your AI assistantHand-written HTTP requests and JSON parsing
OAuth & token refreshBuilt in, with automatic refreshYou implement and maintain it
Rate-limit handlingAutomatic retry with exponential backoffManual 429 handling and backoff
Input validationEffect-backed schemas + TypeScript types on every toolNone — you validate your own payloads
SetupOne wizard (npm run setup)Per-call auth, headers, and marketplace wiring
AI client support9 clients auto-configuredNot applicable
API coverage299 tools across 100% of the Sell APIs, ready to callBuild each request from the docs
HostingRuns locally, no cloud relayYour own infrastructure

One-click AI setup

Let your AI assistant set this up for you. Copy the prompt below and paste it into Claude, ChatGPT, or any AI assistant with MCP support.

Click to copy the AI setup prompt
I want to set up the eBay MCP Server for my AI assistant. Please help me:

1. Install the eBay MCP server:
   npm install -g ebay-mcp

2. I need to configure it for [Claude Desktop / Cursor / Cline / Zed / Continue.dev / Windsurf / Claude Code CLI / Amazon Q] (choose one)

3. My eBay credentials are:
   - Client ID: [YOUR_CLIENT_ID]
   - Client Secret: [YOUR_CLIENT_SECRET]
   - Environment: [sandbox / production]
   - Redirect URI (RuName): [YOUR_REDIRECT_URI]

Please:
- Create the appropriate config file for my MCP client
- Set up the environment variables
- Help me complete the OAuth flow to get a refresh token for higher rate limits
- Test that the connection works

If I don't have eBay credentials yet, guide me through creating a developer account at https://developer.ebay.com/

Quick start

1. Get eBay credentials

  1. Create a free eBay Developer Account.
  2. Generate application keys in the Developer Portal.
  3. Save your Client ID and Client Secret.

2. Install

npm install -g ebay-mcp            # from npm (recommended)

Or from source:

git clone https://github.com/YosefHayim/ebay-mcp.git
cd ebay-mcp && npm install && npm run build

3. Run the setup wizard

npm run setup

The wizard configures your eBay credentials, sets up OAuth (for higher rate limits), auto-detects and configures your MCP client, and saves everything automatically.

4. Verify with a read-only request

Restart your MCP client and ask:

"Check my eBay API rate limits."

That should call ebay_get_rate_limits or ebay_get_user_rate_limits and confirms the server, credentials, and MCP client wiring without changing seller data.

5. Use

Start managing eBay through your AI assistant. Begin with read-only questions, then move to mutating inventory, order, or campaign tools after you have confirmed the target environment is sandbox or production.

📸 Visual setup walkthrough (eBay Developer Portal)

The setup wizard (npm run setup) handles OAuth automatically. Here's where to find your credentials in the eBay Developer Portal:

Step 1 — In the Developer Portal, copy your App ID (Client ID) and Cert ID (Client Secret):

Step 1 - Copy Client ID and Client Secret from the eBay Developer Portal

Step 2 — In your app's User Tokens settings, copy the RuName (eBay Redirect URL):

Step 2 - Copy the RuName redirect URL from eBay sign-in settings

Step 3 — Run npm run setup. It opens your browser for OAuth login and guides you through eBay sign-in:

Step 3 - Sign in to eBay during the OAuth flow started by npm run setup

Step 4 — Paste the authorization code from the callback URL when prompted:

Step 4 - Paste the authorization code into the eBay MCP setup wizard

The wizard exchanges the code for tokens, saves them, and configures your MCP client. You now have user-token authentication (10k–50k requests/day instead of the default 1k/day).

Demo

See the eBay MCP Server in action with Claude Desktop:

https://github.com/user-attachments/assets/0173c8df-221c-4943-a4ce-cd20bce79f4b

Configuration

Environment variables, tool exposure, auth & client compatibility

📖 Full reference — every environment variable, OAuth step, and scope — is in the Configuration Guide. npm run setup writes the .env for you; the variables below are for reference.

EBAY_CLIENT_ID=your_client_id
EBAY_CLIENT_SECRET=your_client_secret
EBAY_ENVIRONMENT=sandbox            # or "production"
EBAY_REDIRECT_URI=your_runame
EBAY_MARKETPLACE_ID=EBAY_US         # default marketplace (overridable per tool)
# EBAY_SITE_ID=0                    # Trading API site override; defaults from EBAY_MARKETPLACE_ID
EBAY_CONTENT_LANGUAGE=en-US         # default request content language
EBAY_USER_REFRESH_TOKEN=your_token  # for higher rate limits
EBAY_MCP_UI=on                      # interactive MCP Apps views (beta); "off" forces plain JSON
EBAY_MCP_TOOLS=all                  # tool exposure: "all", "dynamic", or a family list (see below)
EBAY_READ_ONLY=false                # when true, only register read-only tools (gets/lists/searches)
# HTTP deploy (optional — Docker / Railway / self-hosted):
# MCP_HOST=0.0.0.0                  # default is 0.0.0.0 when PORT is set
# MCP_PORT=3000                     # preferred over platform PORT
# MCP_AUTH_TOKEN=secret             # static Bearer for HTTP MCP (skips OAuth verifier)

Tool exposure (EBAY_MCP_TOOLS)

By default all tools are advertised to the agent at once. On a long conversation that catalogue is a meaningful slice of the context window, so two opt-in modes let you shrink it:

ValueBehaviorWorks on
all (default, or unset)Every tool advertised at startup.every host
dynamicOnly three discovery tools are visible (list_ebay_tools, enable_ebay_tools, disable_ebay_tools). The agent searches the catalogue and loads only the tools it needs; they then appear natively.hosts that honor tools/listChanged (e.g. Claude)
inventory,fulfillment,…Registers only the named families (listed below), frozen for the session.every host (incl. ChatGPT, Cursor)

The family list is literal — you get exactly what you name. ChatGPT connectors need the connector family (its search/fetch tools); add it explicitly, e.g. EBAY_MCP_TOOLS=connector,inventory. An unknown family name fails fast at startup with the valid list. Valid families: connector, token-management, account, inventory, fulfillment, marketing, analytics, metadata, taxonomy, communication, browse, other, developer, trading.

Authentication & rate limits

ModeDaily limitBest forSetup
Client credentials (default)1,000 req/dayDevelopment, testingAutomatic with Client ID + Secret
User token (recommended)10k–50k req/dayProduction, high volumeOAuth via npm run setup

User-token limits vary by account tier (Individual 10k · Commercial 25k · Enterprise 50k+). On a 429, the server retries with exponential backoff and surfaces the error. See the Configuration Guide and OAuth Quick Reference for details, and monitor usage in the Developer Portal.

MCP client compatibility

Auto-configured by npm run setup. Requires Node.js ≥ 20 and MCP protocol 1.0+ over STDIO (default) or HTTP.

ClientPlatformConfig path
Claude DesktopmacOS, Windows, Linux~/Library/Application Support/Claude/claude_desktop_config.json
Cursor IDEmacOS, Windows, Linux~/.cursor/mcp.json
Zed EditormacOS, Windows, Linux~/.config/zed/settings.json
ClineVS Code extension~/...globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
Continue.devVS Code, JetBrains~/.continue/config.json
Windsurf (Codeium)macOS, Windows, Linux~/.codeium/windsurf/mcp_config.json
Roo CodeVS Code extension~/...globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json
Claude Code CLITerminal~/.claude.json
Amazon Q DeveloperAWS~/.aws/amazonq/mcp.json

Available tools

299 tools by category (100% Sell API coverage)

299 tools, 100% Sell API coverage, organized by category. Each link points to the tool definitions and handlers in src/tools/categories/:

CategoryWhat you can do
ConnectorChatGPT connector search/fetch tools over the eBay MCP catalogue
AccountBusiness, fulfillment, payment, and return policies; programs; subscriptions; sales tax
InventoryInventory items, offers, locations, item groups, bulk operations, SKU/location mapping
FulfillmentOrders, shipping, refunds, disputes, payment-dispute evidence
MarketingPromoted-listings campaigns, ads, promotions, bidding, bulk operations
AnalyticsTraffic reports, seller standards, customer-service metrics
CommunicationBuyer–seller messaging, negotiations, notifications, feedback
MetadataReturn policies, sales-tax jurisdictions, automotive compatibility
TaxonomyCategory trees, item aspects, item conditions
OtherIdentity, VeRO, translation, and international shipping support APIs (Compliance tools report eBay decommission)
Trading (legacy XML)Fixed-price listing create, revise, relist, end
DeveloperRate limits, signing keys, client registration
Token ManagementOAuth URL generation and token management

Example tools: ebay_get_inventory_items, ebay_get_offers_by_skus, ebay_get_orders, ebay_create_offer, ebay_get_campaigns, ebay_get_oauth_url.

For the complete machine-readable index, see llms.txt.

Interactive UI (MCP Apps)

Interactive table, card, chart & stat views (beta)

Beta — this feature is new and evolving alongside the MCP Apps spec, and host support is still rolling out. It is opt-in and falls back to plain JSON, so it never breaks existing clients. Toggle it with EBAY_MCP_UI (see Configuration).

On hosts that support MCP Apps, common read tools render their results as interactive views instead of raw JSON — a sortable table, a detail card, a chart, or a stat grid — using the host's own theme. Everywhere else, the exact same tools return plain JSON, so nothing breaks. It is built on the official MCP Apps SDK (@modelcontextprotocol/ext-apps), the extension that lets MCP servers ship interactive UI to conversational clients.

  • Opt-in and host-gated. Views are advertised only to clients that announce the MCP Apps capability (e.g. Claude). Hosts without it (e.g. Cursor) silently get JSON.
  • Kill-switch. Set EBAY_MCP_UI=off to force plain JSON everywhere, even on capable hosts.
  • Token-cheap. Each view's HTML is fetched once by the host out of band (never into the model's context); the model only ever sees a one-line summary plus the structured data it would have received anyway.
  • Read-only. Views only ever trigger read tools (drill into a row, page, refresh) — they never mutate your eBay data.

15 core-workflow tools opt in today, across four archetypes:

ArchetypeTools
Tableebay_get_orders, ebay_get_shipping_fulfillments, ebay_get_offers, ebay_get_inventory_items, ebay_get_inventory_locations, ebay_get_payment_dispute_summaries
Cardebay_get_order, ebay_get_offer, ebay_get_inventory_item, ebay_get_payment_dispute, ebay_get_seller_standards_profile
Chartebay_get_traffic_report, ebay_get_customer_service_metric
Statebay_get_rate_limits, ebay_get_user_rate_limits

The views build into self-contained HTML with npm run build (or npm run build:ui); they ship in the published package and load with no network access of their own.

Usage examples

Common tasks, phrased as you'd ask your AI assistant:

  • Set up OAuth"Help me set up OAuth for my eBay account." → generates an authorization URL via ebay_get_oauth_url, then configures the refresh token. Unlocks 10k–50k req/day.
  • Manage inventory"Show me all my active listings."ebay_get_inventory_items returns SKUs, quantities, and status.
  • Look up offersebay_get_offers returns offers for one required SKU. To enumerate offers across the inventory, call ebay_get_inventory_items first, then call ebay_get_offers once per SKU.
  • Manage fulfillment policies"Create a shipping policy, then update its handling time."ebay_create_fulfillment_policy creates the reusable policy ID and ebay_update_fulfillment_policy replaces its settings.
  • Process orders"Get all unfulfilled orders from the last 7 days."ebay_get_orders with date and fulfillment-status filters.
  • Create campaigns"Create a promoted-listing campaign for electronics."ebay_create_campaign and related marketing tools.
  • Bulk operations"Apply a 10% discount to all 'Vintage Watches' items."ebay_get_inventory_items + ebay_update_offer across matches.

Scope and safety

  • Unofficial project. This is not an eBay product and does not grant any additional API rights beyond your own eBay Developer account.
  • Local server, live APIs. The MCP server runs on your machine, but tools still call eBay's sandbox or production APIs over the internet.
  • Mutating tools can change seller data. Inventory, fulfillment, marketing, and Trading tools may create, revise, refund, end, or otherwise update eBay records. Test in sandbox first.
  • Tool exposure is configurable. Use EBAY_MCP_TOOLS=dynamic or a family list when you want a smaller, workflow-specific tool surface.
  • Interactive views are read-only. MCP Apps views can page, refresh, and drill into read tools, but they do not mutate eBay data.
  • Compliance remains yours. Keep credentials secure, monitor rate limits, and follow eBay's API terms and data-handling rules.

Logging & troubleshooting

  • Logging — Winston-based, written to stderr (MCP-safe) with optional file output. See docs/logging.md.
  • Troubleshooting — server not appearing, auth errors, rate limits, empty results. Start with npm run diagnose, then see docs/troubleshooting.md.

FAQ

What is the eBay MCP server?

A local Model Context Protocol server that exposes 299 tools covering 100% of eBay's Sell APIs (270 endpoints) to AI assistants — inventory, order fulfillment, marketing, analytics, and developer tools.

Is this an official eBay product?

No. This is an unofficial, third-party open-source project. It is not affiliated with, authorized, or endorsed by eBay Inc.

Which AI assistants and MCP clients are supported?

Nine clients are auto-configured by npm run setup: Claude Desktop, Cursor, Zed, Cline, Continue.dev, Windsurf, Roo Code, Claude Code CLI, and Amazon Q Developer. Any MCP-compatible client can connect.

Can I use it with Claude, ChatGPT, or Cursor?

Yes. It works with Claude Desktop and Claude Code out of the box, with Cursor and other MCP-enabled IDEs, and with any assistant that supports the Model Context Protocol. The one-click setup prompt above works with ChatGPT and other assistants too.

Why don't I see the interactive tables and charts?

Interactive MCP Apps views only appear on hosts that announce the capability (e.g. Claude); other clients get the same data as plain JSON. Also confirm you have not set EBAY_MCP_UI=off and that the views are built (npm run build runs build:ui).

How many eBay APIs and tools does it cover?

299 tools across 270 unique endpoints — 100% of eBay's Sell APIs.

Is it free and open source?

Yes. It is released under the MIT license.

Does it run locally or in the cloud?

It runs entirely on your machine over STDIO (or local HTTP). There is no cloud relay — your eBay credentials never leave your computer.

What do I need to get started?

Node.js ≥ 20, a free eBay Developer Account (Client ID + Client Secret), then run npm run setup.

What are the eBay API rate limits?

Client credentials (the default) allow about 1,000 requests/day. Authenticating with a user token via OAuth raises this to 10,000–50,000 requests/day depending on your account tier.

Does it support both sandbox and production?

Yes. Switch with the EBAY_ENVIRONMENT variable (sandbox or production).

Are my credentials and data secure?

Credentials are stored locally in your .env file and used only to call eBay directly. See SECURITY.md and EBAY_COMPLIANCE.md.

How is this different from calling the eBay API directly?

You interact in natural language through your AI assistant. OAuth token management, automatic retries with backoff, and type-safe Effect-backed validation are built in. See the comparison table above.

Does it support eBay's legacy Trading API (XML)?

Yes. Fixed-price listing create, revise, relist, and end operations are supported through the Trading API tools.

How do I get higher rate limits?

Complete the OAuth flow with npm run setup to authenticate with a user token (10k–50k requests/day instead of the default 1k).

What is it built with?

TypeScript and Node.js (ESM), using the official MCP SDK, Effect-backed validation with a Zod-compatible MCP adapter, and OpenAPI-generated types.

How do I update to the latest version?

Run npm install -g ebay-mcp@latest (or npm update -g ebay-mcp).

Does it work offline?

No. "Runs locally" means the server process runs on your machine — it still needs an internet connection and valid credentials to reach eBay's live APIs.

Contributing

Contributions welcome. Fork → branch → add tests → npm run check && npm test → commit with Conventional Commits → open a PR.

  • Working on the codebase or with a coding agent? Start with AGENTS.md — build/test commands, module map, and the add-an-endpoint workflow.
  • Code style lives in CODE-STYLE.md. Architecture and decision context live in ARCHITECTURE.md and ADRs.
  • Full contribution guidelines: CONTRIBUTING.md.

Resources

Project docs:

Official specs and tooling:

License

MIT — see LICENSE.

Contributors

Thanks to everyone who has helped make this project better! 🎉

eBay MCP contributors

Buy Me A Coffee



Support this project · Created by Yosef Hayim Sabag

eBay MCP server · Model Context Protocol for eBay Sell APIs · connect Claude, Cursor, and any AI assistant to eBay inventory, orders, marketing, and analytics.

常见问题

What is ebay-mcp?

ebay-mcp is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by YosefHayim. Local MCP server that exposes eBay Sell APIs to AI assistants with OAuth, tool gating, and stdio/HTTP transports. It has 131 GitHub stars.

Is ebay-mcp safe to use?

Yes. ebay-mcp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install ebay-mcp?

Clone the repository with "git clone https://github.com/YosefHayim/ebay-mcp" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is ebay-mcp written in?

ebay-mcp is primarily written in TypeScript. It is open-source under YosefHayim on GitHub, so you can review or fork the full source.

Are there alternatives to ebay-mcp?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh ebay-mcp against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情