Enables querying of ADP data through SQL-like operations for HR and payroll information management.
Provides access to Airtable databases with tools for querying tables, columns, and running SQL operations on base data.
Allows querying of Amazon DynamoDB tables through SQL-like operations for NoSQL database management.
Enables access to Amazon S3 storage buckets with tools for querying file metadata and storage information.
Provides tools for querying Asana project data including tasks, projects, and team information through SQL operations.
Allows access to Basecamp project management data with tools for querying projects, messages, and team information.
Enables querying of BigCommerce e-commerce data including products, orders, and customer information.
Provides access to Bitbucket repositories with tools for querying code repositories, issues, and project data.
Allows querying of Box cloud storage data including file metadata, folders, and sharing information.
Enables access to Confluence wiki data with tools for querying pages, spaces, and content information.
Provides tools for querying Couchbase NoSQL database data through SQL-like operations.
Allows access to Databricks data platforms with tools for querying data lakes and analytics workspaces.
Enables querying of Dropbox file storage data including file metadata, folders, and sharing information.
Provides access to eBay marketplace data with tools for querying listings, orders, and seller information.
Allows querying of Elasticsearch search engine data through SQL-like operations for document retrieval and analysis.
Enables access to EnterpriseDB PostgreSQL databases with tools for querying enterprise database systems.
Provides tools for querying Facebook social media data including posts, pages, and advertising information.
Allows access to GitHub repositories with tools for querying code repositories, issues, pull requests, and project data.
Enables querying of Gmail email data including messages, labels, and mailbox information.
Provides access to Google Ads advertising data with tools for querying campaigns, keywords, and performance metrics.
Allows querying of Google Analytics web analytics data including traffic, conversions, and user behavior metrics.
Enables access to Google Calendar data with tools for querying events, schedules, and calendar information.
Provides tools for querying Google Campaign Manager 360 advertising data including campaigns and performance metrics.
Allows access to Google Cloud Storage buckets with tools for querying file metadata and storage information.
Enables querying of Google Drive file storage data including file metadata, folders, and sharing permissions.
Provides access to Google Sheets spreadsheet data with tools for querying cells, ranges, and worksheet information.
Allows querying of GraphQL APIs through SQL-like operations for flexible data retrieval.
Enables access to Greenhouse recruiting data with tools for querying candidates, jobs, and hiring information.
Provides tools for querying HubSpot CRM data including contacts, deals, companies, and marketing information.
Allows access to Instagram social media data with tools for querying posts, accounts, and engagement metrics.
Enables querying of Jira project management data including issues, projects, workflows, and team information.
Allows access to MailChimp email marketing data with tools for querying campaigns, lists, and subscriber information.
Enables querying of MariaDB relational databases through SQL operations for database management.
Provides tools for querying MongoDB NoSQL databases through SQL-like operations for document database management.
Allows access to MYOB accounting software data with tools for querying financial and business information.
Enables querying of MySQL relational databases through SQL operations for database management.
Provides tools for querying Neo4j graph databases through SQL-like operations for relationship data analysis.
Allows access to Odoo ERP system data with tools for querying business processes and operational information.
Enables querying of Okta identity management data including users, groups, and authentication information.
Provides access to PayPal payment data with tools for querying transactions, accounts, and financial information.
Allows querying of Pinterest social media data including pins, boards, and user engagement metrics.
Enables querying of PostgreSQL relational databases through SQL operations for advanced database management.
Provides tools for querying Presto distributed SQL query engine for big data analytics.
Allows access to QuickBooks accounting data with tools for querying financial transactions and business information.
Enables querying of Redis in-memory database through SQL-like operations for cache and session data management.
Provides tools for querying RSS feed data including articles, updates, and syndication information.
Allows access to Sage accounting software data with tools for querying financial and business information.
Enables querying of Salesforce CRM data including leads, opportunities, accounts, and customer relationship information.
Provides access to SAP enterprise software data with tools for querying business processes and ERP information.
Allows querying of SendGrid email delivery data including campaigns, deliverability metrics, and email analytics.
Enables access to Shopify e-commerce data with tools for querying products, orders, customers, and store information.
Provides tools for querying SingleStore distributed SQL database for real-time analytics and transactions.
Allows access to Slack workspace data with tools for querying messages, channels, users, and team communication information.
Enables querying of Snapchat advertising data including campaigns, ad performance, and user engagement metrics.
Provides tools for querying Snowflake cloud data warehouse through SQL operations for data analytics and management.
Allows access to Splunk data platform with tools for querying logs, events, and machine-generated data for analytics.
Enables querying of Square payment processing data including transactions, customers, and business analytics.
Provides access to Stripe payment data with tools for querying transactions, customers, subscriptions, and financial information.
Allows querying of SurveyMonkey survey data including responses, questions, and analytics information.
Enables access to Teradata data warehouse systems with tools for querying enterprise-scale analytics data.
Provides tools for querying Trello project management data including boards, cards, lists, and team information.
Allows access to Trino distributed SQL query engine for querying data across multiple sources and formats.
Enables querying of Twilio communication data including messages, calls, and API usage information.
Provides access to WooCommerce e-commerce data with tools for querying products, orders, and customer information.
Allows querying of WordPress content management data including posts, pages, users, and site information.
Enables access to Xero accounting software data with tools for querying financial transactions and business information.
Provides tools for querying XML data sources through SQL-like operations for structured document analysis.
Allows access to YouTube analytics data with tools for querying video performance, channel statistics, and viewer engagement metrics.
Enables querying of Zendesk customer support data including tickets, users, organizations, and help desk information.
Provides access to Zoho business suite data with tools for querying CRM, projects, books, and other business application information.
microsoft-onedrive-mcp-server-by-cdata
CData's Model Context Protocol (MCP) Server for Microsoft OneDrive
: This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Microsoft OneDrive (beta)](https://www.cdata.com/download/download.aspx?sku=UOZK-V &type=beta).
Purpose
We created this read-only MCP Server to allow LLMs (like Claude Desktop) to query live data Microsoft OneDrive supported by the CData JDBC Driver for Microsoft OneDrive.
CData JDBC Driver connects to Microsoft OneDrive by exposing them as relational SQL models.
This server wraps that driver and makes Microsoft OneDrive data available through a simple MCP interface, so LLMs can retrieve live information by asking natural language questions — no SQL required.
Setup Guide
- Clone the repository:
- Build the server:This creates the JAR file: CDataMCP-jar-with-dependencies.jar
- Download and install the CData JDBC Driver for {source}: https://www.cdata.com/drivers/onedrive/download/jdbc
- License the CData JDBC Driver:
- Navigate to the
lib
folder in the installation directory, typically:- (Windows)
C:\Program Files\CData\CData JDBC Driver for Microsoft OneDrive\
- (Mac/Linux)
/Applications/CData JDBC Driver for Microsoft OneDrive/
- (Windows)
- Run the command
java -jar cdata.jdbc.onedrive.jar --license
- Enter your name, email, and "TRIAL" (or your license key).
- Navigate to the
- Configure your connection to the data source (Salesforce as an example):
- Run the command
java -jar cdata.jdbc.onedrive.jar
to open the Connection String utility. - Configure the connection string and click "Test Connection"
Note: If the data sources uses OAuth, you will need to authenticate in your browser.
- Once successful, copy the connection string for use later.
- Run the command
- Create a
.prp
file for your JDBC connection (e.g.microsoft-onedrive.prp
) using the following properties and format:- Prefix - a prefix to be used for the tools exposed
- ServerName - a name for your server
- ServerVersion - a version for your server
- DriverPath - the full path to the JAR file for your JDBC driver
- DriverClass - the name of the JDBC Driver Class (e.g. cdata.jdbc.onedrive.OneDriveDriver)
- JdbcUrl - the JDBC connection string to use with the CData JDBC Driver to connect to your data (copied from above)
- Tables - leave blank to access all data, otherwise you can explicitly declare the tables you wish to create access for
Using the Server with Claude Desktop
- Create the config file for Claude Desktop ( claude_desktop_config.json) to add the new MCP server, using the format below. If the file already exists, add the entry to the
mcpServers
in the config file. WindowsLinux/MacIf needed, copy the config file to the appropriate directory (Claude Desktop as the example). WindowsLinux/Mac - Run or refresh your client (Claude Desktop).
Note: You may need to fully exit or quit your Claude Desktop client and re-open it for the MCP Servers to appear.
Running the Server
- Run the follow the command to run the MCP Server on its own
Usage Details
Once the MCP Server is configured, the AI client will be able to use the built-in tools to read, write, update, and delete the underlying data. In general, you do not need to call the tools explicitly. Simply ask the client to answer questions about the underlying data system. For example:
- "What is the correlation between my closed won opportunities and the account industry?"
- "How many open tickets do I have in the SUPPORT project?"
- "Can you tell me what calendar events I have today?"
The list of tools available and their descriptions follow:
Tools & Descriptions
In the definitions below, {servername}
refers to the name of the MCP Server in the config file (e.g. {classname_dash}
above).
{servername}_get_tables
- Retrieves a list of tables available in the data source. Use the{servername}_get_columns
tool to list available columns on a table. The output of the tool will be returned in CSV format, with the first line containing column headers.{servername}_get_columns
- Retrieves a list of columns for a table. Use the{servername}_get_tables
tool to get a list of available tables. The output of the tool will be returned in CSV format, with the first line containing column headers.{servername}_run_query
- Execute a SQL SELECT query
Troubleshooting
- If you cannot see your CData MCP Server in Claude Desktop, be sure that you have fully quit Claude Desktop (Windows: use the Task Manager, Mac: use the Activity Monitor)
- If Claude Desktop is unable to retrieve data, be sure that you have configured your connection properly. Use the Connection String builder to create the connection string (see above) and copy the connection string into the property (.prp) file.
- If you are having trouble connecting to your data source, contact the CData Support Team.
- If you are having trouble using the MCP server, or have any other feedback, join the CData Community.
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
All Supported Sources
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Microsoft OneDrive MCP Server by CData
Related MCP Servers
- -securityAlicense-qualitySharePoint MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualityOData MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualityMicrosoft Exchange MCP Server by CDataLast updated -2MIT License
- -securityAlicense-qualityMicrosoft SQL Server MCP Server by CDataLast updated -MIT License