![]() |
VOOZH | about |
Perplexity is an AI-powered research and answer engine that allows users to combine web search, structured data, and connected tools through a unified conversational interface. With Perplexity Desktop for macOS, users can bring local tools and data sources directly into their workflow using MCP, enabling fast, context-aware insights powered by live data.
Model Context Protocol (MCP) is an emerging, open-source standard for connecting LLMs with external services and enterprise data sources. Using MCP Servers, AI clients such as Perplexity Desktop can securely interact with applications and data, performing actions, retrieving live information, and enabling natural language access to data.
CData MCP Server provides schema-aware context to AI tools β whether you're using it for AI-assisted code generation in IDEs like Cursor, or for querying live data through chat interfaces like Perplexity Desktop.
In this article, we guide you through installing CData API Driver for MCP Server, configuring the connection to Vercel, and interacting with your live Vercel data from Perplexity Desktop.
When the installation is complete, you are ready to configure MCP Server by connecting to Vercel.
NOTE: Since you downloaded the application from the internet and not the Apple App Store, you may see a warning that the application was not opened because Apple could not verify its security. You may continue with the installation.
CData's solutions are trusted across the globe by some of the largest software vendors in the world. That said, if you have any concerns about continuing, please consult with your IT and/or security team.
Enter the appropriate connection properties in the configuration wizard.
Vercel uses Bearer token authentication. You can use either a personal access token or an OAuth access token as the API key.
To obtain a personal access token:
After obtaining your token, set the following connection properties:
Profile=C:\profiles\Vercel.apip;AuthScheme=APIKey;APIKey=your_access_token;
Many Vercel resources are scoped to a team. To scope all requests to a specific team, set the TeamId connection property to your team's ID. You can find your team ID by querying the Teams table or from the Vercel dashboard. Alternatively, you can specify TeamId in your SQL queries using the WHERE clause where supported.
Once the authentication is configured, you can connect to Vercel and query data from any of the available tables such as Projects, Deployments, Teams, and Domains.
π Configuring the Server connection.With MCP Server configured, you are ready to connect it to Perplexity Desktop.
For example:
/Applications/CData API Driver for MCP Server.app/Contents/Payload/jre/Contents/Home/bin/java \ -jar /Applications/CData API Driver for MCP Server.app/Contents/Payload/lib/cdata.mcp.api.jar \ cdata_apiπ Providing the MCP server command
"List all the tables available in my Vercel data connection."
π Querying live data through MCPDownload CData API Driver for MCP Server for free and give your AI tools schema-aware access to live Vercel data during development. When you're ready to move to production, CData API Drivers deliver the same SQL-based access with enterprise-grade performance, security, and reliability.
Visit the CData Community to share insights, ask questions, and explore what's possible with MCP-powered AI workflows.
Connect to live data from Vercel with the API Driver
Connect to Vercel