How to Use the Google Firestore Collection MCP in Cursor
Let Cursor run Google Firestore Collection queries and updates directly while you write and debug your application code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google Firestore Collection MCP to Cursor
Create your Vinkius account to connect Google Firestore Collection to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write code using live Firestore data in Cursor
The Google Firestore Collection MCP server pulls real records from your database using `get_document`. Stop writing mock data for your tests and let your agent write code against actual payloads. Having live context inside your editor means fewer bugs. Your agent sees the exact schema of your NoSQL documents and writes functions that match your real-world data structure.
Modify database state during agent sessions
The `set_document` tool lets your agent update configuration fields or user states on the fly. When you are refactoring or testing, you often need to change database values without opening a browser tab. If a test run pollutes your database, just tell Cursor to clean it up. The agent runs `delete_document` to remove the test record instantly, keeping your development collection clean.
Setup the Cursor MCP Server in seconds
This local MCP server configures via your project-level .cursor/mcp.json file. Integration is straightforward and the tools are immediately available in Agent mode. This local configuration ensures that anyone working on the repository has access to the same database tools. It makes onboarding team members to your database workflow incredibly simple.
Set up Google Firestore Collection MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Google Firestore Collection MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Google Firestore Collection transactions." If the MCP tools are loaded correctly, Cursor will call the Google Firestore Collection tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"google-firestore-collection-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Google Firestore Collection. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Google Firestore Collection MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google Firestore Collection MCP today
We host it, we monitor it, we maintain it. You just paste one token.