Tealfabric MCP Server for Cursor
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tealfabric MCP Server for Cursorupload the built package to the documents folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tealfabric MCP Server for Cursor
MCP (Model Context Protocol) server that connects Cursor IDE to the Tealfabric platform. The model in Cursor can list webapps and processes, publish webapps, get/update process steps, execute processes, and upload/manage documents (package files for delivery).
Prerequisites
Node.js 18+
A Tealfabric API key (create one in Tealfabric: User settings → API Keys, or
POST /api/v1/api-keyswhen logged in)
Related MCP server: Azure DevOps MCP Server
Install
cd cursor-mcp-tealfabric
npm install
npm run buildCursor setup
Create an API key in Tealfabric (if you don’t have one).
Add the MCP server in Cursor:
Cursor Settings (Cmd+, / Ctrl+,) → Tools & MCP → Add new MCP server
Or create/edit
.cursor/mcp.jsonin your project (or~/.cursor/mcp.jsonfor global):
{
"mcpServers": {
"tealfabric": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/cursor-mcp-tealfabric/dist/index.js"],
"env": {
"TEALFABRIC_API_KEY": "YOUR_API_KEY_HERE",
"TEALFABRIC_API_URL": "https://tealfabric.io"
}
}
}
}Replace:
YOUR_API_KEY_HEREwith your Tealfabric API key (e.g.tf_live_...)./ABSOLUTE/PATH/TO/cursor-mcp-tealfabric/...with the real path to this repo (e.g./Users/username/src/cursor-mcp-tealfabric/dist/index.js).
Restart Cursor so it picks up the new server.
Tools exposed to Cursor
Tool | Description |
| List connectors (optional action: get, parameters) |
| Test connector configuration |
| Check whether connector requires OAuth2 |
| List integrations or query by action/filter |
| Create a new integration |
| Update an existing integration |
| List webapps (optional: search, limit) |
| Get one webapp by ID (optional version) |
| Create a new webapp |
| Update webapp (e.g. page_content, name) |
| Publish a webapp |
| List ProcessFlow processes |
| Get one process by ID |
| List steps of a process |
| Get one process step by step_id |
| Execute a process (optional input) |
| Create a new process (process flow) |
| Update an existing process |
| Create a new step in a process flow |
| Update an existing process step |
| List documents in a directory |
| Get file metadata |
| Download a file (returns base64 payload) |
| Upload a file (e.g. built package) |
| Move or rename file/directory |
| Delete file or directory |
Environment variables
Variable | Required | Default | Description |
| Yes | — | Tealfabric API key (X-API-Key / Bearer) |
| No |
| Tealfabric base URL |
Security
Do not commit
.cursor/mcp.jsonif it contains your real API key. Use.cursor/mcp.json.example(without the key) and addmcp.jsonto.gitignore, or use Cursor’s UI so the key stays local.API keys are scoped to your user/tenant in Tealfabric; create keys with minimal required scopes if your platform supports it.
Documentation
Developer guide (setup, tools, API mapping, extending): docs/DEVELOPER.md
Tealfabric platform docs (WebApps, ProcessFlow, APIs): https://tealfabric.io/docs
Related projects
Tealfabric exposes the same MCP capabilities across different host environments. Each repo ships the appropriate packaging and setup for its platform:
Host | Repository |
Cursor (this repository) | |
Claude (Claude Code and compatible MCP clients) | |
Lovable |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceConnects Fledge functionality to Cursor AI, allowing interaction with Fledge instances via natural language commands.Last updatedMIT
- Flicense-qualityFmaintenanceEnables interaction with Azure DevOps through Cursor chat, providing tools to manage builds, pipelines, work items, sprints, and board operations. Supports secure authentication via Personal Access Tokens and allows natural language-driven DevOps task management.Last updated1
- Flicense-qualityFmaintenanceEnables interaction with Azure DevOps through natural language in Cursor IDE. Supports work item management, pull requests, builds, releases, test management, and guided workflows for development teams, QA testers, and release management.Last updated1
- Alicense-qualityDmaintenanceEnables management of TeamCity CI/CD operations through natural language commands, including builds, projects, tests, artifacts, and more.Last updated136MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tealfabric/cursor-mcp-tealfabric'
If you have feedback or need assistance with the MCP directory API, please join our Discord server