Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "firecrawl-mcp-server",
"version": "0.1.0",
"description": "Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.",
"author": {
"name": "firecrawl",
"url": "https://github.com/firecrawl"
},
"homepage": "https://github.com/firecrawl/firecrawl-mcp-server",
"repository": "https://github.com/firecrawl/firecrawl-mcp-server",
"keywords": ["mcp", "codex", "web-scraping", "crawler", "firecrawl"],
"mcpServers": "./.mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "Firecrawl MCP Server",
"shortDescription": "Official Firecrawl MCP Server - Adds powerful web scraping and search",
"longDescription": "Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.",
"category": "API",
"websiteURL": "https://github.com/firecrawl/firecrawl-mcp-server"
}
}
22 changes: 22 additions & 0 deletions .github/workflows/codex-plugin-scanner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Codex Plugin Quality Gate

on:
push:
branches: [main]
pull_request:
branches: [main]

concurrency:
group: codex-plugin-scanner-${{ github.ref }}
cancel-in-progress: true

jobs:
scan:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Codex plugin scanner
uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0 # v1
8 changes: 8 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"firecrawl": {
"command": "npx",
"args": ["firecrawl-mcp"]
}
}
}
12 changes: 12 additions & 0 deletions skills/firecrawl/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: firecrawl
description: Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
---

# Firecrawl MCP Server

Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

## When to use
- When you need firecrawl capabilities in your Codex workflow
- See https://github.com/firecrawl/firecrawl-mcp-server for full setup instructions