Official Fiber AI tools for AI coding agents
npx claudepluginhub fiber-ai/fiber-ai-pluginSearch companies, find contacts, enrich data, and manage audiences using Fiber AI APIs. Provides MCP tools and skills for B2B data workflows.
Use Fiber AI with your AI coding agent. Search companies, find contacts, enrich data, and manage audiences — directly from Claude Code, Cursor, VS Code, Windsurf, and 40+ other AI agents.
claude plugin marketplace add fiber-ai/fiber-ai-plugin --scope project
claude plugin install fiber --scope project
This installs MCP tools, skills, and hooks automatically. Run /fiber:help to see available commands.
cursor-plugin marketplace add fiber-ai/fiber-ai-plugin --scope project
cursor-plugin install fiber-ai --scope project
This installs MCP servers, skills, rules, and slash commands (/fiber-search, /fiber-enrich, /fiber-audience, /fiber-setup).
Or add MCP only via deeplink — copy and paste into your browser:
cursor://anysphere.cursor-deeplink/mcp/install?name=fiber-ai-v2&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vbWNwLmZpYmVyLmFpL21jcC92MiJ9
For the Core MCP server (all 100+ endpoints via meta-tools):
cursor://anysphere.cursor-deeplink/mcp/install?name=fiber-ai-core&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vbWNwLmZpYmVyLmFpL21jcCJ9
Option B — Manual:
Copy cursor/mcp.json to your project's .cursor/mcp.json, or add to Cursor Settings > Features > MCP:
| Name | Type | URL | Best For |
|---|---|---|---|
fiber-ai-v2 | HTTP | https://mcp.fiber.ai/mcp/v2 | ~10 direct tools for common operations |
fiber-ai-core | HTTP | https://mcp.fiber.ai/mcp | 4 meta-tools accessing all 100+ endpoints |
Optional — Add agent rules:
Copy cursor/rules/fiber-api.mdc to your project's .cursor/rules/ directory.
Add to your .vscode/mcp.json:
{
"mcpServers": {
"fiber-ai-v2": {
"type": "http",
"url": "https://mcp.fiber.ai/mcp/v2"
},
"fiber-ai-core": {
"type": "http",
"url": "https://mcp.fiber.ai/mcp"
}
}
}
Add MCP servers in Windsurf settings (Transport: HTTP):
https://mcp.fiber.ai/mcp/v2 — direct tools for common operationshttps://mcp.fiber.ai/mcp — meta-tools for all 100+ endpointsCopy windsurf/rules/fiber-api.md to your project's Windsurf rules directory for agent guidance.
Install individual skills for any agent that supports skills.sh:
npx skills add fiber-ai/fiber-ai-plugin --skill search
npx skills add fiber-ai/fiber-ai-plugin --skill enrich
npx skills add fiber-ai/fiber-ai-plugin --skill audience
npx skills add fiber-ai/fiber-ai-plugin --skill sdk-ts
npx skills add fiber-ai/fiber-ai-plugin --skill sdk-py
npx skills add fiber-ai/fiber-ai-plugin --skill setup
npx skills add fiber-ai/fiber-ai-plugin --skill help
Commit an MCP config to your repository so teammates get Fiber AI automatically:
Claude Code — add to .mcp.json at project root:
{
"mcpServers": {
"fiber-ai-v2": {
"type": "http",
"url": "https://mcp.fiber.ai/mcp/v2"
},
"fiber-ai-core": {
"type": "http",
"url": "https://mcp.fiber.ai/mcp"
}
}
}
Cursor — add to .cursor/mcp.json at project root (same format as above).
export FIBER_API_KEY=sk_live_...
Add to your shell profile (~/.zshrc or ~/.bashrc) for persistence.
| Command | Description |
|---|---|
/fiber:search "query" | Search for companies or people by criteria |
/fiber:enrich "target" | Reveal emails, phones, and profiles for contacts or companies |
/fiber:audience "description" | Build prospecting lists with bulk search, enrichment, and export |
/fiber:sdk-ts "what to build" | Help writing TypeScript code with @fiberai/sdk |
/fiber:sdk-py "what to build" | Help writing Python code with fiberai |
/fiber:setup | Configure API key and verify MCP connection |
/fiber:help | Show capabilities and available commands |
Fiber AI provides two MCP endpoints:
No description available.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations