Tencent Docs Connector for AI agents.
10 live capabilities
Manage your shared spreadsheets and documents through natural conversation.
Waiting for input…
Why people use Tencent Docs
Manage Tencent Docs Spreadsheets with the Tencent Docs
This Connector changes that. You can just tell your agent to pull the latest numbers from a sheet and draft a summary doc. You get your work done in one conversation instead of twenty tabs, which keeps your data accurate and your workflow moving.
What Vinkius changes
You get a conversational interface for your entire Tencent Docs office suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating inventory from a chat
An analyst needs to update a weekly inventory sheet.
- Real-world use case 02
Summarizing long project briefs
A manager wants to know the main goals of a 20-page doc.
- Real-world use case 03
Checking team permissions
A coordinator needs to see who can view a sensitive file.
Complete set · 10capabilities
The complete Tencent Docs capability set.
These are the exact actions your AI can choose when you ask it to work with Tencent Docs.
01—04
4 capabilities in this set.
Part of 10 available through Tencent Docs.
- 01 Capability
Create file
Create a new document in your workspace. It's the fastest way to start a new project file.
- 02 Capability
Delete file
Remove a document from your account. Use this to keep your workspace clean.
- 03 Capability
Get doc content
Get the full text of a document. This lets your agent read and summarize your notes.
- 04 Capability
Get file info
Get metadata about any file. Use this to check file types or details quickly.
05—07
3 capabilities in this set.
Part of 10 available through Tencent Docs.
- 05 Capability
Get org members
List all members in your organization. This helps you see who's on the team.
- 06 Capability
Get sheet data
Read data from your spreadsheets. Pull specific ranges to get the numbers you need.
- 07 Capability
List collaborators
See who is collaborating on a file. Use this to manage permissions and visibility.
08—10
3 capabilities in this set.
Part of 10 available through Tencent Docs.
- 08 Capability
List files
List all your Tencent Docs files. This gives your agent a high-level view of your account.
- 09 Capability
List folders
List all your folders. Use this to navigate your directory structure easily.
- 10 Capability
Update sheet data
Update values in your spreadsheets. This lets your agent write data directly to your sheets.
Set up in minutes
One URL. Then ask Tencent Docs to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Tencent Docs from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_12DZ3ElnUOLDcvnbf16oMTIMJizRDSzYwYDYFW49/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Tencent Docs, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Tencent Docs for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_12DZ3ElnUOLDcvnbf16oMTIMJizRDSzYwYDYFW49/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Tencent Docs URL.
- Step 03
Save and start
Save the connection and enable Tencent Docs in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-docs": {
"url": "https://edge.vinkius.com/vk_preview_12DZ3ElnUOLDcvnbf16oMTIMJizRDSzYwYDYFW49/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Tencent Docs
Open Agent mode in chat and ask: "Using Tencent Docs, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-docs": {
"url": "https://edge.vinkius.com/vk_preview_12DZ3ElnUOLDcvnbf16oMTIMJizRDSzYwYDYFW49/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Tencent Docs
Ask Copilot: "Using Tencent Docs, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-docs": {
"url": "https://edge.vinkius.com/vk_preview_12DZ3ElnUOLDcvnbf16oMTIMJizRDSzYwYDYFW49/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Tencent Docs
Open Cascade and ask: "Using Tencent Docs, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"tencent-docs": {
"url": "https://edge.vinkius.com/vk_preview_12DZ3ElnUOLDcvnbf16oMTIMJizRDSzYwYDYFW49/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Tencent Docs
Ask Cline: "Using Tencent Docs, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add tencent-docs --transport http "https://edge.vinkius.com/vk_preview_12DZ3ElnUOLDcvnbf16oMTIMJizRDSzYwYDYFW49/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Tencent Docs
Ask Claude: "Using Tencent Docs, show me...". 10 tools are ready
Where the request belongs
Work Tencent Docs can move forward.
This is for the office worker who spends half their day copy-pasting data between spreadsheets and reports, or the project manager who's tired of digging through nested folders to find a single project brief.
Data Analyst
Updates inventory sheets and pulls data for weekly reports without manual entry.
Project Coordinator
Checks collaborator access and organizes project folders via chat commands.
Team Lead
Summarizes long project docs and updates status sheets in seconds.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShimo Docs
Collaborative office suite and document management platform. manage Word, Excel, and PPT via AI.
Dropbox Paper
Manage collaborative docs via Dropbox Paper. create documents, search content, handle shared links, and move files directly from any AI agent.
Coda
Combine docs, spreadsheets, and apps into powerful all-in-one documents that grow with your team and automate routine work.
Zoho WorkDrive
Manage files, folders, and team workspaces via Zoho WorkDrive directly from your AI agent.
WPS 365
Cloud-based office suite and collaboration platform. manage documents, sheets, and presentations via AI.
Wolai
All-in-one information organization and collaboration platform. manage pages, databases, and blocks via AI.
Bring your own AI
Change the model, client or framework. Keep Tencent Docs connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Tencent Docs.
The practical details behind the request, access and result.
Can I use the Tencent Docs MCP to update my spreadsheets?
Yes, you can use your agent to modify specific cells or ranges in your spreadsheets using natural language. This saves you from having to manually type in data or copy it from other sources.
How does the Tencent Docs MCP help with summarizing documents?
The Connector lets your agent read the full text of your documents. You can then ask it to provide a summary, extract key points, or even draft a follow-up email based on the content.
Can my AI agent see my Tencent Docs folders?
Yes, your agent can list all your folders and files. This makes it much easier to navigate your workspace and find specific documents without clicking through multiple directories.
Is the Tencent Docs MCP good for managing team permissions?
It's a great way to quickly check who has access to your shared files. You can ask your agent to list collaborators and see who is currently working on your projects.
How do I connect my Tencent Docs account to my AI client?
You just need to subscribe to the Connector on Vinkius and provide your Tencent Docs Access Token. Once connected, your AI client can start interacting with your docs immediately.
Can I create new files in Tencent Docs using this Connector?
Yes, you can ask your agent to create new documents, sheets, or slides on the fly. It's a fast way to start a new project or record meeting notes without opening a browser.
How do I obtain a Tencent Docs Access Token?
Log in to the Tencent Docs Open Platform, create an application, and generate an access token in the API console.
Can I read data from a specific sheet range?
Yes. Use the get_sheet_data capability with the file ID and the range (e.g., 'Sheet1!A1:C5'). Your agent will retrieve the values for you.
Does this server support multi-user collaboration?
Yes, Tencent Docs is built for real-time collaboration. You can list existing collaborators using the list_collaborators capability.
One connection away
Give your agent a direct line to Tencent Docs.
Connect Tencent Docs once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available