Vector database operations with Pinecone
npx -y @modelcontextprotocol/server-pinecone-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Vector database operations.
{
"mcpServers": {
"pinecone": {
"command": "npx",
"args": ["-y", "@pinecone/mcp-server"],
"env": {
"PINECONE_API_KEY": "your-key",
"PINECONE_ENVIRONMENT": "us-east-1"
}
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Pinecone MCP Server in your preferred AI coding tool.
claude_desktop_config.json