Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
PineconeMCP Server
Summary
Pinecone's official MCP server — search and manage vector indexes, and query Pinecone's docs while you build.
Features
- Search indexes and inspect index configuration
- Upsert records and cascade search across namespaces
- Query Pinecone documentation from the same server
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Pinecone's official MCP server connects an assistant to your Pinecone account for both data operations and development support.
What it covers
- Index management. List indexes, inspect configuration and statistics, and create new ones.
- Search. Query indexes semantically, with namespace and metadata filtering, and cascading search across multiple namespaces.
- Upserting records, including text that Pinecone embeds server-side with integrated inference.
- Documentation search. The server exposes Pinecone's own documentation as a searchable tool, so an assistant writing Pinecone code can check the current API rather than recalling an old one.
Why the docs tool matters
Vector database APIs have changed substantially over the past two years, and models routinely generate code against deprecated client versions. Having current documentation available as a tool measurably improves the code an assistant produces.
Setup
npx -y @pinecone-database/mcp with PINECONE_API_KEY set. Works with serverless and pod-based indexes.
Related MCP Servers
Turso's hosted MCP server — manage Turso Cloud databases, branch them point-in-time and run SQL from a coding agent, authorised over OAuth with no API token to paste.
Google's official Firebase MCP server — 70+ tools across Firestore, Auth, Crashlytics, Cloud Functions, Storage, Messaging and Remote Config, shipped inside the Firebase CLI.
InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.
