.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ammawla/encode-toolkit
home/mcp-servers/ammawla/encode-toolkit
ammawla avatar

encode-toolkit

byammawla· 1 MCP server

Installs

417

Stars

30

Forks

5

Category

Data Science & Analytics

View on GitHub

TL;DR

MCP server and Claude Plugin for a full ENCODE Project genomic data and analysis toolkit — search, download, track, and analyze functional genomics experiments

How to install encode-toolkit?

ammawla/encode-toolkit
$git clone https://github.com/ammawla/encode-toolkit

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install encode-toolkit by running `git clone https://github.com/ammawla/encode-toolkit`, then use it for the current task and follow its documentation at https://github.com/ammawla/encode-toolkit.

Files · 1

View on GitHub
README.md
1# ENCODE Toolkit — Genomics Research Infrastructure for Claude
2 
3<!-- mcp-name: io.github.ammawla/encode-toolkit -->
4 
5[![License: AGPL-3.0](https://img.shields.io/badge/license-AGPL--3.0-green.svg)](LICENSE)
6[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
7[![Version](https://img.shields.io/badge/version-0.3.0-green)](CHANGELOG.md)
8[![Status](https://img.shields.io/badge/status-beta-yellow)]()
9[![Skills](https://img.shields.io/badge/skills-47-orange)](docs/skill-vignettes/)
10[![Tools](https://img.shields.io/badge/MCP_tools-20-purple)](src/encode_connector/server/main.py)
11[![Pipelines](https://img.shields.io/badge/pipelines-7-green)](skills/pipeline-chipseq/)
12[![Databases](https://img.shields.io/badge/databases-14-teal)](docs/SHOWCASE.md)<br>
13[![Tests](https://img.shields.io/badge/tests-568_passing-brightgreen)](tests/)
14[![Coverage](https://img.shields.io/badge/coverage-98%25-brightgreen)](tests/)
15[![Security](https://img.shields.io/badge/security-no_telemetry-blue)]()
16[![Claude Code](https://img.shields.io/badge/Claude_Code-plugin-blueviolet)](https://claude.com/claude-code)
17[![Provenance](https://img.shields.io/badge/provenance-full_audit_trail-green)]()
18[![smithery badge](https://smithery.ai/badge/encode-toolkit)](https://smithery.ai/server/encode-toolkit) <br>
19[![PyPI version](https://img.shields.io/pypi/v/encode-toolkit.svg?include_prereleases)](https://pypi.org/project/encode-toolkit/)
20[![PyPI Downloads](https://img.shields.io/pypi/dw/encode-toolkit?style=flat&label=PyPI%20Downloads)](https://pypi.org/project/encode-toolkit/)
21[![npm version](https://img.shields.io/npm/v/encode-toolkit.svg)](https://www.npmjs.com/package/encode-toolkit)
22[![NPM Downloads](https://img.shields.io/npm/dw/encode-toolkit?style=flat&label=NPM%20Downloads)](https://www.npmjs.com/package/encode-toolkit)
23[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clones&query=count&url=https://gist.githubusercontent.com/ammawla/8fdeb4cd92776739d329df9afd942b2e/raw/clone.json&logo=github)](https://github.com/ammawla/encode-toolkit)<br>
24[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18917519.svg)](https://doi.org/10.5281/zenodo.18917511)
25 
26<a href="https://glama.ai/mcp/servers/ammawla/encode-toolkit">
27 <img width="380" height="200" src="https://glama.ai/mcp/servers/ammawla/encode-toolkit/badge" />
28</a>
29 
30Search ENCODE, cross-reference 14 databases, run 7 analysis pipelines, and generate publication-ready methods — all from natural language in Claude Code.
31 
32> Start from ENCODE but go everywhere: discover histone peaks, cross-reference with GWAS variants, check ClinVar pathogenicity, pull GTEx expression, analyze TF binding motifs from JASPAR, run pipelines, and generate publication-ready methods with full provenance — in one conversation.
33 
34---
35 
36## Citation Notes
37 
38If you use **ENCODE-Toolkit**, please cite:
39 
40Alex M. Mawla. (2026). *ENCODE-Toolkit: an MCP server, Claude plugin, and skills suite for ENCODE genomic data access and analysis*. Zenodo. https://doi.org/10.5281/zenodo.18917511
41 
42### BibTeX
43 
44```bibtex
45@software{mawla_2026_encode_toolkit,
46 author = {Mawla, Alex M.},
47 title = {ENCODE-Toolkit: an MCP server, Claude plugin, and skills suite for ENCODE genomic data access and analysis},
48 year = {2026},
49 publisher = {Zenodo},
50 doi = {10.5281/zenodo.18917511},
51 url = {https://doi.org/10.5281/zenodo.18917511}
52}
53```
54 
55---
56 
57## Quick Start
58 
59### Claude Code Plugin (recommended)
60 
61Start a new Claude Code session and enter:
62 
63```
64/plugin marketplace add ammawla/encode-toolkit
65 
66/plugin install encode-toolkit
67```
68 
69That's it. All 20 tools, 47 skills, and the MCP connector are now available.
70 
71<details>
72<summary><strong>MCP-only install (tools only, no skills)</strong></summary>
73 
74If you only need the 20 MCP tools without the 47 workflow skills:
75 
76```bash
77claude mcp add encode -- uvx encode-toolkit
78```
79 
80</details>
81 
82<details>
83<summary><strong>Other editors and platforms</strong></summary>
84 
85#### npx (Node.js)
86 
87```bash
88npx encode-toolkit
89```
90 
91Or in MCP client config: `{ "command": "npx", "args": ["encode-toolkit"] }`
92 
93#### pip install
94 
95```bash
96pip install encode-toolkit
97```
98 
99Then use `encode-toolkit` as the command in any MCP client configuration:
100 
101```json
102{
103 "mcpServers": {
104 "encode": {
105 "command": "encode-toolkit"
106 }
107 }
108}
109```
110 
111</details>
112 
113<details>
114<summary><strong>Claude Desktop (MCP only)</strong></summary>
115 
116Add to your `claude_desktop_config.json`:
117 
118**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
119**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
120 
121```json
122{
123 "mcpServers": {
124 "encode": {
125 "command": "uvx",
126 "args": ["encode-toolkit"]
127 }
128 }
129}
130```
131 
132> No installation needed when using `uvx`. Just add the config and restart Claude.
133 
134</details>
135 
136<details>
137<summary><strong>VS Code / Copilot</strong></summary>
138 
139Add to `.vscode/mcp.json` in your workspace:
140 
141```json
142{
143 "mcp": {
144 "servers": {

Preview

ammawla/encode-toolkitammawla/encode-toolkit
Repoammawla/encode-toolkit
TypeMCP Servers
CategoryData Science & Analytics
UpdatedJul 2026
LicenseAGPL-3.0
First seenJul 26, 2026

Tags

MCPaiai-agents

Related

6 picks
Type
  1. dbt-labs avatardbt-mcpA MCP (Model Context Protocol) server for interacting with dbt resources.MCP ServersJul 2026105k595
  2. antvis avatarmcp-server-chartA Model Context Protocol server for generating charts using AntV.MCP ServersMay 202693k4.3k
  3. datalayer avatarjupyter-mcp-server🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.MCP ServersJul 202681k1.2k
  4. tableau avatartableau-mcpHelping agents see and understand data.MCP ServersJul 202646k314
  5. oxylabs avataroxylabs-mcpFetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.MCP ServersJun 202639k101
  6. apconw avataraix-dbAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。MCP ServersJun 202638k2.2k