DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Mcp Firecrawl — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-mcp-firecrawl

Mcp Firecrawl

Firecrawl MCP for DeepSeek Harness: web crawling, scraping, search, and structured data extraction

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-mcp-firecrawl@0.2.1
READMECompatibilityVersions

Compatibility and provenance

Mcp Firecrawl is published as dsh-mcp-firecrawl and currently resolves to version 0.2.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.2.1stable
8/23/2026
0.2.0stable
8/22/2026
0.1.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
0.2.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
4.6 kB
Files
4
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
64
Last push
8/23/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-mcp-firecrawl

Firecrawl MCP for DeepSeek Harness. Connects the official hosted Firecrawl MCP server through the harness's @deepseek-ai/dsh-mcp-client bridge and exposes its tools as mcp__firecrawl__*. Works keyless out of the box (search, scrape, parse within daily limits); a Firecrawl API key unlocks the full tool surface — scrape, crawl, map, and more.

Install

dsh plugin --profile web add dsh-mcp-firecrawl
dsh web

Or follow GitHub (latest commit):

dsh plugin --profile web add github:pymodel/dsh-research-plugins#path:packages/dsh-mcp-firecrawl

API key (optional)

Keyless needs no setup: the row is always enabled and starts with firecrawl_search, firecrawl_scrape, and firecrawl_parse at daily keyless limits.

For the full tool surface and higher limits, get a Firecrawl API key at firecrawl.dev (format fc-...) and make it visible to the launch environment in one of:

export FIRECRAWL_API_KEY=fc-...

or a project .env / $DSH_HOME/.env:

FIRECRAWL_API_KEY=fc-...

The key goes into the Authorization: Bearer header at load time — never into the MCP URL and never into YAML. A key added to .env needs a dsh web restart.

Tools

After connecting, the model sees the Firecrawl tools under the firecrawl namespace: mcp__firecrawl__firecrawl_search, mcp__firecrawl__firecrawl_scrape, and mcp__firecrawl__firecrawl_parse keyless, plus the full surface such as mcp__firecrawl__firecrawl_crawl and mcp__firecrawl__firecrawl_map once an API key is set.

Remove

dsh plugin --profile web remove dsh-mcp-firecrawl

Do not commit real keys. If you already run your own Firecrawl MCP row, remove it first to avoid a duplicate serverName conflict.