tealfabric/cursor-mcp-tealfabric
Cursor MCP Server for Tealfabric IO platform
Use tealfabric/cursor-mcp-tealfabric in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
tealfabric/cursor-mcp-tealfabric is a JavaScript MCP server licensed under Apache-2.0. Cursor MCP Server for Tealfabric IO platform
Ranked #31 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
JavaScript Apache-2.0
Score Breakdown
Stars 15% 2
2 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 3
3 contributors → small team
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License Apache-2.0
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
# 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, and execute processes.
## Prerequisites
- **Node.js 18+**
- A **Tealfabric API key** (create one in Tealfabric: User settings → API Keys, or `POST /api/v1/api-keys` when logged in)
## Install
```bash
cd cursor-mcp-tealfabric
npm install
npm run build
```
## Cursor setup
1. **Create an API key** in Tealfabric (if you don’t have one).
2. **Add the MCP server** in Cursor:
- **Cursor Settings** (Cmd+, / Ctrl+,) → **Tools & MCP** → **Add new MCP server**
- Or create/edit **`.cursor/mcp.json`** in your project (or `~/.cursor/mcp.json` for global):
```json
{
"mcpServers": {
"tealfabric": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/cursor-mcp-tealfabric/dist/index.js"],
"env": {
"TEALFABRIC_API_KEY": "YOUR_API_KEY_HERE", Read full README on GitHub → Are you the maintainer of tealfabric/cursor-mcp-tealfabric?
Claim this tool → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.