claudeers.
// MCP Servers

ai-workspace-archive

A massive, self-updating local archive of AI tools — 11,000+ agent skills, 240+ MCP servers, 2,200+ IDE rules (Cursor/Cline), and 30+ system prompt collectio…

// MCP Servers[ cli ][ api ][ desktop ][ web ][ mobile ][ claude ]#claude#agents#ai#antigravity#automation#claude-code#claude-code-skill#claude-code-skills#mcp-servers$open-sourceupdated about 1 hour ago

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up ai-workspace-archive (git-clone project) into my current project.
Found on https://claudeers.com/ai-workspace-archive
Repo: https://github.com/HIDORAKAI002/ai-workspace-archive
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/HIDORAKAI002/ai-workspace-archive
Category: mcp-servers. Platforms: cli, api, desktop, web, mobile.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
unknown; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/HIDORAKAI002/ai-workspace-archive

// compatibility

Platformscli, api, desktop, web, mobile
Operating systems
AI compatibilityclaude
License
Pricingopen-source
Language

AI Workspace Archive

The most comprehensive self-hostable AI developer toolbox on GitHub.

29,746 agent skills & files | 23 MCP servers | 3,348 IDE rules | 8 system prompt collections | 12 API providers | 15 no-code platforms | 1,400+ public APIs -- 174 curated upstream repos, all free

One repository. Everything an AI developer needs. Offline. No subscriptions. No gatekeeping.


Pillar 1 -- AI Skills and Prompt Library

/ai_skills_library/ -- 29,746 structured YAML-frontmatted skill files, deep-categorized across 20 sub-domains, sourced from curated GitHub repositories

Every file follows the same structure: a YAML frontmatter block declaring the skill name, recommended model, input format, and usage context -- followed by the actual prompt content. Drop any file directly into Claude, Cursor, Gemini, Copilot, or any AI assistant as a system prompt.

Skill Taxonomy -- Full Category Tree
ai_skills_library/skills/
|
+-- development/
|   +-- frontend/        React, Vue, Angular, Next.js, Svelte, CSS, HTML, animations
|   +-- backend/         FastAPI, Express, Django, Rails, Go APIs, gRPC, REST design
|   +-- database/        SQL optimization, schema design, migrations, indexing
|   +-- devops/          Docker, Kubernetes, Terraform, CI/CD, GitHub Actions, AWS
|   +-- mobile/          React Native, Flutter, Swift, Kotlin, iOS, Android
|   +-- security/        Pen testing, code review, OWASP, vulnerability analysis
|   +-- ai-ml/           LLM integration, embeddings, RAG, fine-tuning, agents
|
+-- productivity/
|   +-- writing/         Emails, reports, documentation, blog posts, READMEs
|   +-- analysis/        Research synthesis, data analysis, competitor research
|   +-- planning/        Project specs, task breakdown, sprint planning, roadmaps
|   +-- communication/   Meeting summaries, presentations, Slack messages
|   +-- finance/         Financial modeling, budget analysis, investment memos
|
+-- creative/
|   +-- design/          UI/UX briefs, design systems, Figma instructions
|   +-- marketing/       Ad copy, landing pages, social media, brand voice
|   +-- multimedia/      Video scripts, podcast outlines, image prompts
|
+-- other/
    +-- uncategorized/   Domain-specific skills: legal, medical, education, science
Source Repositories -- All 23 Origins
FolderOriginal RepositoryFocus Area
agentscope-skillsmodelscope/agentscopeMulti-agent framework skills
alirezarezvani-skillsCommunity contributionPersian-language AI skills
anthropics-skillsanthropics/anthropic-cookbookOfficial Anthropic prompt recipes
apify-skillsapify/actors-mcp-serverWeb scraping and automation
awesome-copilotgithub/awesome-copilotGitHub Copilot instructions
factory-skillsCommunity contributionSoftware factory workflows
flare-skillsCommunity contributionFlare platform skills
gmh5225-awesome-skillsCommunity curationMixed domain skills
heilcheng-agent-skillsCommunity contributionChinese-language agent skills
hf-skillshuggingface/agents-courseHuggingFace AI agent course
integralist-skillsCommunity contributionDevOps and SRE focused skills
karanb-claude-skillsCommunity contributionClaude-specific skill patterns
obsidian-skillsCommunity contributionObsidian PKM productivity skills
openai-skillsopenai/openai-cookbookOfficial OpenAI examples
openclaw-skillsCommunity contributionLegal and contract AI skills
planning-with-filesCommunity contributionFile-based planning skills
promptdeployCommunity contributionPrompt deployment workflows
shajith-skillsCommunity contributionFull-stack dev skills
sickn33-awesome-skillsCommunity curationThe original comprehensive skill list
sugarforever-skillsCommunity contributionData science and ML skills
voltagent-agent-skillsvoltagent/voltagentVoltAgent framework skills
wordpress-skillsCommunity contributionWordPress and CMS skills
yoriiis-skillsCommunity contributionJavaScript ecosystem skills
Development Skills -- What is Inside

Frontend (development/frontend/)

  • React component generation with proper hooks, context, and TypeScript
  • Next.js App Router pages with RSC, server actions, and metadata
  • Vue 3 Composition API components with Pinia state management
  • CSS animation and glassmorphism design patterns
  • Accessibility audit and ARIA implementation
  • Performance optimization: lazy loading, code splitting, bundle analysis

Backend (development/backend/)

  • FastAPI endpoint generation with Pydantic models and async patterns
  • Express.js REST API scaffolding with middleware and error handling
  • Django views, serializers, and ORM query optimization
  • GraphQL schema design and resolver implementation
  • gRPC service definition and implementation
  • API design review and OpenAPI documentation

Database (development/database/)

  • PostgreSQL query optimization and index strategy
  • MongoDB schema design and aggregation pipelines
  • Database migration scripting and rollback plans
  • Redis caching layer design
  • SQL to NoSQL migration planning

DevOps (development/devops/)

  • Dockerfile multi-stage build optimization
  • Kubernetes manifest generation (Deployments, Services, Ingress, HPA)
  • Terraform module writing for AWS/GCP/Azure
  • GitHub Actions workflow construction
  • Helm chart creation and values configuration
  • Infrastructure cost analysis

Security (development/security/)

  • OWASP Top 10 vulnerability checklist scanning
  • Dependency audit and CVE identification
  • JWT authentication flow design
  • Penetration testing plan generation
  • Secure code review with specific code pattern checks

AI/ML (development/ai-ml/)

  • RAG pipeline design and implementation
  • LLM evaluation framework setup
  • Embedding generation and vector store integration
  • Fine-tuning dataset preparation
  • Agent reasoning chain construction
  • Multi-modal prompt engineering
Productivity Skills -- What is Inside

Writing (productivity/writing/)

  • Technical documentation generation from code
  • README.md creation with badges, TOC, examples
  • Executive summary distillation from long documents
  • Blog post drafting with SEO structure
  • Email drafting for various tones (formal, startup, sales)
  • API reference documentation

Analysis (productivity/analysis/)

  • Research paper summarization with key findings extraction
  • Competitor analysis with SWOT framework
  • Market sizing and TAM/SAM/SOM breakdown
  • Data interpretation and insight generation
  • Literature review synthesis
  • Survey result analysis

Planning (productivity/planning/)

  • Project spec document generation
  • Sprint planning and story point estimation
  • OKR and KPI framework setup
  • Risk assessment matrix construction
  • Roadmap timeline creation
  • Resource allocation planning

Finance (productivity/finance/)

  • Financial model construction in tabular format
  • Investor memo drafting
  • Budget variance analysis
  • Unit economics calculation (CAC, LTV, MRR)
  • Cash flow projection
Creative Skills -- What is Inside

Design (creative/design/)

  • Design system token specification (colors, typography, spacing)
  • Component UI brief writing for developers
  • UX research interview script generation
  • Figma component naming convention setup
  • Brand identity guidelines documentation

Marketing (creative/marketing/)

  • Landing page copy with CTA optimization
  • Google/Meta ad copy variants (A/B sets)
  • Social media calendar and content planning
  • Email campaign sequence writing
  • Product launch announcement drafting
  • Brand voice guide creation

Multimedia (creative/multimedia/)

  • YouTube video script with hook, body, CTA
  • Podcast episode outline and question generation
  • Midjourney/DALL-E prompt engineering
  • Short-form video caption writing
  • Thumbnail concept descriptions

Pillar 2 -- MCP Server Repository

/mcps/ -- 23 fully cloned Model Context Protocol server repositories across 11 categories -- all installable, all production-ready, connecting directly to Claude Desktop, Cursor, Windsurf, or any MCP-compatible client

Official Anthropic (11 repos)
Repo FolderGitHubDescription
serversmodelcontextprotocol/serversOfficial MCP reference server implementations
python-sdkmodelcontextprotocol/python-sdkPython SDK for building MCP servers and clients
typescript-sdkmodelcontextprotocol/typescript-sdkTypeScript/Node.js SDK
java-sdkmodelcontextprotocol/java-sdkJava SDK for JVM-based MCP servers
kotlin-sdkmodelcontextprotocol/kotlin-sdkKotlin SDK for Android/JVM
csharp-sdkmodelcontextprotocol/csharp-sdkC# / .NET SDK
rust-sdkmodelcontextprotocol/rust-sdkRust SDK for high-performance servers
inspectormodelcontextprotocol/inspectorVisual debugging tool for MCP servers
specificationmodelcontextprotocol/specificationOfficial MCP protocol specification
docsmodelcontextprotocol/modelcontextprotocol.ioOfficial documentation site
create-typescript-servermodelcontextprotocol/create-typescript-serverScaffolder for new TS MCP servers
Browser Automation (4 repos)
Repo FolderGitHubStarsDescription
playwright-mcpmicrosoft/playwright-mcp12K+Microsoft official Playwright MCP -- control any browser
mcp-playwrightexecuteautomation/mcp-playwright800+Playwright test automation via MCP
mcp-server-browserbasebrowserbase/mcp-server-browserbase500+Cloud browser automation with Browserbase
chrome-devtools-mcpAgentDeskAI/browser-tools-mcp500+Access Chrome DevTools Protocol via MCP
Databases (12 repos)
Repo FolderGitHubStarsDB / Service
supabase-mcpsupabase-community/supabase-mcp1K+Supabase (PostgreSQL + Auth + Storage)
mcp-snowflake-serverisaacwasserman/mcp-snowflake-server300+Snowflake data warehouse
mcp-bigquery-serverergut/mcp-bigquery-server200+Google BigQuery
mcp-mongo-servermongodb-developer/mcp-mongo-server400+MongoDB document database
mcp-redisredis/mcp-redis300+Redis key-value cache
mcp-neo4jneo4j-contrib/mcp-neo4j200+Neo4j graph database
mcp-clickhouseClickHouse/mcp-clickhouse150+ClickHouse analytics DB
mcp-mysql-serverCommunity100+MySQL database
dbhubbytebase/dbhub400+Universal DB gateway (multi-DB support)
mcp-database-serverCommunity-Universal database MCP
mysql_mcp_serverCommunity-Secondary MySQL implementation
mcp-sqlite-serverCommunity-Local SQLite DB via MCP
Cloud Platforms (3 repos)
Repo FolderGitHubStarsPlatform
aws-mcp-serveralexei-led/aws-mcp-server500+AWS -- EC2, S3, Lambda, IAM, CloudWatch
kubernetes-mcp-servermanusa/kubernetes-mcp-server300+Kubernetes cluster management (Java)
mcp-k8s-gostrowk/mcp-k8s-go400+Kubernetes management (Go, fast)
Search Engines (5 repos)
Repo FolderGitHubStarsService
exa-mcp-serverexa-labs/exa-mcp-server600+Exa -- AI-native semantic search
tavily-mcptavily-ai/tavily-mcp300+Tavily -- research-focused search API
brave-search-mcpCommunity200+Brave Search -- private web search
serpapi-mcp-serverCommunity100+SerpAPI -- Google/Bing/YouTube results
actors-mcp-serverapify/actors-mcp-server400+Apify -- web scraping actors as tools
Developer & Filesystem Tools (5 repos)
Repo FolderGitHubStarsWhat It Does
mcp-filesystem-servermodelcontextprotocol/servers15K+Read/write local files and directories
mcp-server-commandsg0t4/mcp-server-commands200+Run shell commands via MCP
mcp-youtubesuekou/mcp-youtube150+YouTube transcript and video data
filesystem_serversCommunity-Additional filesystem integration wrappers
delimit-mcp-serverdelimit-ai/delimit-mcp-server10+API governance, persistent memory, multi-model context, policy enforcement
Frameworks and SDKs (12 repos)
Repo FolderGitHubStarsLanguage / Purpose
python-sdkmodelcontextprotocol/python-sdk5K+Build MCP servers in Python
typescript-sdkmodelcontextprotocol/typescript-sdk5K+Build MCP servers in TypeScript
java-sdkmodelcontextprotocol/java-sdk500+Build MCP servers in Java
kotlin-sdkmodelcontextprotocol/kotlin-sdk300+Build MCP servers in Kotlin
csharp-sdkmodelcontextprotocol/csharp-sdk400+Build MCP servers in C#
rust-sdkmodelcontextprotocol/rust-sdk300+Build MCP servers in Rust
mcp-agentlastmile-ai/mcp-agent500+Agent orchestration framework using MCP
mcp-frameworkQuantGeekDev/mcp-framework300+Framework for building MCP servers quickly
create-typescript-servermodelcontextprotocol/create-typescript-server400+CLI scaffolder for new TypeScript MCP servers
mcphostCommunity-MCP Host implementation
inspectormodelcontextprotocol/inspector-Inspector tools
openai-agents-pythonCommunity-Python agents integration
Version Control and Git (5 repos)
Repo FolderGitHubStarsDescription
github-mcp-servergithub/github-mcp-server5K+Official GitHub MCP -- PRs, issues, repos
git-mcpidosal/git-mcp400+Git operations: commit, branch, diff, blame
mcp-filesystem-servermodelcontextprotocol/servers15K+File-level operations tied to git workflows
mcp-package-docsupstash/mcp-package-docs200+Fetch npm/PyPI package documentation
mcp-server-commandsg0t4/mcp-server-commands200+Run git commands as MCP tools
Registries and Curated Lists (3 repos)
Repo FolderGitHubStarsDescription
awesome-mcp-listwong2/awesome-mcp-servers5K+Curated list of 500+ MCP servers
mcpmmcpm/mcpm300+MCP package manager -- install servers like npm
curated_awesome_listsCommunity-Additional curated references
AI & ML Services (6 repos)
Repo FolderCategoryDescription
mcp-agentDiscoveryAgent orchestration via MCP
mcp-hfspaceHuggingFaceAccess HuggingFace Spaces from MCP
mcp-k8s-goInfraKubernetes management via AI
mcp-snowflake-serverDataSnowflake database intel
mcphostServerHosting bindings
openai-agents-pythonPythonSDK integration layer
Miscellaneous & Specialized (27 repos)

Includes 27 deeply specialized MCP implementations ranging across APIs, niche data platforms, communication bridges (Slack/Teams), and local productivity bridges:

  • Miscellaneous standalone servers (25 repos)
  • Communication & Collaboration servers (1 repo)
  • Additional Productivity tools (1 repo)

These can be browsed safely via the mcps/misc_specialized/ folder.

How to Connect an MCP Server

1. Find the server you want:

ls mcps/databases/          # List all database servers
ls mcps/browser_automation/ # List all browser servers

2. Install it:

cd mcps/databases/supabase-mcp
npm install          # or: pip install -e . / cargo build

3. Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "supabase": {
      "command": "node",
      "args": ["/path/to/mcps/databases/supabase-mcp/build/index.js"],
      "env": { "SUPABASE_URL": "...", "SUPABASE_KEY": "..." }
    }
  }
}

4. Restart Claude Desktop -- the tool appears automatically.


Pillar 3 -- IDE Context Rules

/ide_rules/ -- 3,348 AI editor instruction files for Cursor, Windsurf, Cline, and GitHub Copilot -- covering every major language, framework, and tech stack

Drop one file into your project root and your AI editor instantly understands your architecture, coding conventions, testing standards, and style preferences.

How IDE Rules Work
File TypeCompatible WithWhere to Place
.cursorrulesCursor IDEProject root
.mdc filesCursor (newer format).cursor/rules/*.mdc
.clinerulesCline VS Code ExtensionProject root
.github/copilot-instructions.mdGitHub Copilot.github/ folder
SYSTEM_PROMPT.mdAny AI chatUse as system prompt
Frontend Frameworks
Rule FileStackWhat It Enforces
react-typescript.cursorrulesReact + TypeScripthooks-only patterns, strict types, no class components
nextjs-app-router.cursorrulesNext.js 14+App Router, RSC, server actions, metadata API
nextjs-tailwind.mdcNext.js + Tailwindutility-first, no custom CSS, mobile-first
vue3-typescript.cursorrulesVue 3 + TSComposition API, script setup, Pinia, Vite
nuxt3.cursorrulesNuxt 3auto-imports, Nitro, composables, useAsyncData
svelte5.cursorrulesSvelte 5runes syntax, $state, $derived, $effect
angular17.cursorrulesAngular 17+standalone components, signals, new control flow
remix.cursorrulesRemixloaders, actions, progressive enhancement
astro.cursorrulesAstroisland architecture, content collections, SSG
solid-js.cursorrulesSolidJSfine-grained reactivity, no virtual DOM patterns
Backend Frameworks
Rule FileStackWhat It Enforces
python-fastapi.cursorrulesFastAPI + PythonPydantic v2, async/await, dependency injection
python-django.cursorrulesDjangoORM patterns, CBVs vs FBVs, signals
python-flask.cursorrulesFlaskblueprints, application factory pattern
nodejs-express.cursorrulesNode.js + Expressmiddleware chain, error handling, REST conventions
go-gin.cursorrulesGo + Ginidiomatic Go, error propagation, zero-alloc patterns
rust-axum.cursorrulesRust + Axumownership patterns, tower middleware, async traits
java-spring.cursorrulesSpring BootDI, JPA, REST with proper HTTP semantics
ruby-rails.cursorrulesRuby on Railsconvention over config, ActiveRecord, REST
php-laravel.cursorrulesLaravelEloquent, Blade, service providers
elixir-phoenix.cursorrulesElixir + Phoenixfunctional patterns, LiveView, contexts
Mobile Development
Rule FileStackWhat It Enforces
react-native.cursorrulesReact Nativeplatform-specific code, performance, navigation
expo.cursorrulesExpomanaged workflow, EAS, expo-router
flutter.cursorrulesFlutterwidget tree, state management, null safety
swift-swiftui.cursorrulesSwift + SwiftUIMVVM, Combine, async/await, ViewModels
kotlin-android.cursorrulesKotlin AndroidCoroutines, Jetpack, MVVM, Room
Database and Data
Rule FileStackWhat It Enforces
postgresql.cursorrulesPostgreSQLindexing strategy, EXPLAIN plans, CTEs
prisma.cursorrulesPrisma ORMschema design, migrations, query optimization
drizzle.cursorrulesDrizzle ORMtype-safe queries, schema-first, edge-compatible
mongodb.cursorrulesMongoDBschema design, aggregation, indexing
supabase.cursorrulesSupabaseRLS policies, Edge Functions, realtime
firebase.cursorrulesFirebaseFirestore rules, Cloud Functions, Auth
AI / ML Engineering
Rule FileStackWhat It Enforces
langchain.cursorrulesLangChainLCEL, chains, agents, memory patterns
langgraph.cursorrulesLangGraphstateful agents, graph nodes, human-in-loop
llamaindex.cursorrulesLlamaIndexRAG pipelines, indices, query engines
openai-api.cursorrulesOpenAI SDKstreaming, function calling, token management
anthropic-api.cursorrulesAnthropic SDKtool use, streaming, prompt caching
huggingface.cursorrulesHuggingFacetransformers, datasets, PEFT, inference
pytorch.cursorrulesPyTorchtensor ops, training loops, CUDA, DataLoaders
DevOps and Infrastructure
Rule FileStackWhat It Enforces
dockerfile.cursorrulesDockermulti-stage builds, layer caching, non-root users
kubernetes.cursorrulesKubernetesresource limits, probes, RBAC, network policies
terraform.cursorrulesTerraformmodules, state management, naming conventions
github-actions.cursorrulesGitHub Actionsworkflow reuse, secrets, matrix builds, caching
helm.cursorrulesHelmchart structure, values hierarchy, templating
How to Use Any Rule
# 1. Find your stack
ls ide_rules/cursor/ | grep -i next

# 2. Copy to your project
cp ide_rules/cursor/nextjs-app-router.cursorrules /your-project/.cursorrules

# 3. Open Cursor -- AI is instantly context-aware

# For newer Cursor MDC format:
mkdir -p /your-project/.cursor/rules
cp ide_rules/cursor/nextjs-app-router.mdc /your-project/.cursor/rules/

# For GitHub Copilot:
cp ide_rules/copilot/nextjs.md /your-project/.github/copilot-instructions.md

Pillar 4 -- System Prompts and Frameworks

/system_prompts/ -- 8 carefully curated repositories spanning leaked production system prompts, prompt engineering masterclasses, prompt management tools, testing frameworks, and AI safety guardrails

[!WARNING] Legal & Educational Disclaimer: The leaked proprietary system prompts below (e.g., Claude Code, Cursor, Devin) are archived strictly for educational research, syntax analysis, and safe-guard testing. We do not claim ownership of these prompt strings. Users are responsible for adhering to all creator ToS and DMCA regulations.

Leaked System Prompts Collections
FolderRepositoryStarsWhat is Inside
system-prompts-and-models-of-ai-toolsx1xhlol/system-prompts-and-models-of-ai-tools111K+Claude Code, Cursor, Windsurf, Devin, v0, Perplexity, Notion AI, GitHub Copilot, Lovable, Bolt
thebigpromptlibrary0xeb/TheBigPromptLibrary5K+Massive curated library of GPT and Claude system prompts
chatgpt_system_promptLouisShark/chatgpt_system_prompt8K+Hundreds of leaked ChatGPT custom GPT instructions

What you get from the 111K-star repo: Full system prompts for Claude Code, Cursor, Windsurf/Cascade, Devin, v0 (Vercel), Perplexity, Notion AI, GitHub Copilot, Lovable, Bolt.new, and Manus.

Prompt Engineering Guides (3 repos)
FolderRepositoryStarsContent
awesome-chatgpt-promptsf/awesome-chatgpt-prompts115K+157 expert role prompts
awesome-aipromptlibCommunity5K+Curated prompt patterns
Prompt_EngineeringNirDiamant/Prompt_Engineering8K+22 hands-on Jupyter tutorials: zero-shot, few-shot, CoT, ReAct, ToT
Prompt Testing and Evaluation (3 repos)
FolderRepositoryStarsWhat It Does
promptfoopromptfoo/promptfoo5K+Run automated test suites against your prompts. Compare model outputs, catch regressions
heliconehelicone/helicone2K+LLM observability: request logging, cost tracking, latency, prompt versioning
langfuselangfuse/langfuse7K+LLM engineering platform: traces, evaluations, prompt management
Safety and Guardrails (3 repos)
FolderRepositoryStarsWhat It Does
NeMo-GuardrailsNVIDIA/NeMo-Guardrails4K+NVIDIA toolkit for programmable guardrails via Colang DSL
guardrailsguardrails-ai/guardrails4K+Validate and fix LLM outputs against schemas
rebuffprotectai/rebuff1K+Self-hardening prompt injection detector

Pillar 5 -- AI API Providers Reference

/api_providers/ -- Complete offline reference for 12 AI API providers: every model listed, full pricing tables, SDK install commands, and code examples

Category Champions -- Who Wins What
CategoryWinnerDetailsRunner Up
Cheapest InputDeepSeek V3$0.28/M tokensGemini 2.5 Flash-Lite ($0.10/M)
Best Free TierDeepSeek5M free tokens/monthGoogle Gemini (1,500 req/day)
Largest ContextxAI Grok2M token windowOpenAI GPT-4.1 / Claude / Gemini (1M)
Fastest InferenceGroq1,000+ tokens/secFireworks / Together AI
Best ReasoningClaude Opus 4.6 / o3-DeepSeek R1 (10x cheaper)
Best CodingClaude 3.5 Sonnet / GPT-4.1-DeepSeek V3
Best MultimodalGemini 2.5 ProImages+audio+videoGPT-4o
Best EU/PrivacyMistral AIEU data residencyGoogle Gemini EU
Best EmbeddingsCohere Embed 4$0.12/MOpenAI text-embedding-3-small
Best Self-HostedMeta Llama 4Free open weightsMistral (open-weight)
OpenAI -- All Models and Pricing

SDK: pip install openai / npm install openai

ModelInput $/1MOutput $/1MContextBest For
gpt-4.1$2.00$8.001MBest overall coding + reasoning
gpt-4.1-mini$0.40$1.601MBalanced cost/quality
gpt-4.1-nano$0.10$0.401MHigh-volume, simple tasks
gpt-4o$2.50$10.00128KMultimodal (images, audio)
gpt-4o-mini$0.15$0.60128KFast + cheap, most popular
o3$2.00$8.00200KExtended reasoning chains
o4-mini$1.10$4.40200KFast reasoning, cheap
from openai import OpenAI
client = OpenAI(api_key="sk-...")
r = client.chat.completions.create(model="gpt-4o-mini", messages=[{"role":"user","content":"Hello"}])
print(r.choices[0].message.content)
Anthropic Claude -- All Models and Pricing

SDK: pip install anthropic / npm install @anthropic-ai/sdk

ModelInput $/1MOutput $/1MContextBest For
claude-opus-4-6$5.00$25.001MHardest reasoning, research
claude-sonnet-3-7$3.00$15.001MBest agent / tool use
claude-sonnet-3-5$3.00$15.00200KBest coding, daily driver
claude-haiku-4-5$1.00$5.001MFast + affordable
Google Gemini -- All Models and Pricing

SDK: pip install google-generativeai

ModelInput $/1MOutput $/1MContextBest For
gemini-2.5-pro$1.25$10.001MBest multimodal, 1M context
gemini-2.5-flash$0.15$0.601MSpeed + budget balance
gemini-2.5-flash-lite$0.10$0.401MCheapest capable model

Free Tier (no credit card): 1,500 requests/day on Flash models

DeepSeek -- All Models and Pricing

SDK: OpenAI-compatible (pip install openai), Base URL: https://api.deepseek.com/v1

ModelInput $/1MOutput $/1MContextBest For
deepseek-chat (V3)$0.28$1.10128KBest value for money -- GPT-4 quality at 1/10 cost
deepseek-reasoner (R1)$0.55$2.19128KReasoning chains, math, logic

Free tier: 5M tokens/month. No credit card needed.

xAI Grok -- All Models and Pricing

SDK: OpenAI-compatible, Base URL: https://api.x.ai/v1

ModelInput $/1MOutput $/1MContextBest For
grok-4$3.00$15.002MLargest public context window
grok-4.1$2.00$10.002MLong document analysis
grok-4.1-fast$0.20$0.80128KFast, cheap Grok
Groq -- All Models and Pricing

SDK: OpenAI-compatible (pip install groq), Base URL: https://api.groq.com/openai/v1

ModelInput $/1MOutput $/1MSpeedContext
llama-4-maverick$0.50$0.77800 tok/s128K
llama-4-scout$0.11$0.341,000+ tok/s128K
llama-3.1-8b$0.05$0.081,200 tok/s128K
whisper-large-v3$0.111/hr-Fastest STTAudio

Real-time use case: Groq is the go-to for human-speed responses -- voice apps, real-time agents, streaming UIs.

OpenRouter -- 300+ Models, One API Key

SDK: OpenAI-compatible, Base URL: https://openrouter.ai/api/v1

Route to any model from a single API key. Auto-fallback, load balancing, unified billing.

CategoryTop Models Available
Top TierClaude Opus, GPT-4o, Gemini 2.5 Pro, Grok 4
Mid TierClaude Sonnet, GPT-4o-mini, Gemini Flash
BudgetDeepSeek V3, Llama 4, Mistral Small, Qwen
Free50+ free models (rate limited)
Meta Llama -- Free Forever (Self-Host)
ModelParametersVRAM RequiredContext
Llama-3.2-1B1B2 GB128K
Llama-3.2-3B3B4 GB128K
Llama-3.1-8B8B8 GB128K
Llama-3.3-70B70B40 GB128K
Llama-4-Scout17B active (109B MoE)24 GB10M
Llama-4-Maverick17B active (400B MoE)80 GB1M

Run locally: ollama run llama3.3:70b

Full API Reference Files

Each provider has a dedicated markdown file in /api_providers/:

FileContents
major_cloud_providers/OpenAI.mdAll models, pricing, rate limits, endpoints, code examples
major_cloud_providers/Anthropic.mdClaude models, tool use, caching, streaming
major_cloud_providers/Gemini.mdAll Gemini models, multimodal, free tier details
major_cloud_providers/DeepSeek.mdV3 and R1 full breakdown
major_cloud_providers/Grok.mdxAI models and 2M context window details
major_cloud_providers/Mistral.mdEU-hosted options, codestral, embedding
major_cloud_providers/Cohere.mdRAG-specialized, reranking, embed v4
major_cloud_providers/Groq.mdSpeed benchmarks, all supported models
unified_api_platforms/OpenRouter.md300+ model catalogue, free tier list
cloud_provider_ai_services/Azure_OpenAI.mdEnterprise compliance, PTU pricing
cloud_provider_ai_services/AWS_Bedrock.mdIAM setup, on-demand vs provisioned
open_source_models/Meta_Llama.mdDownload links, hardware requirements
_COMPARISON.mdSide-by-side winner table for every category

Pillar 6 -- No-Code and Visual Workflow Builders

/nocode_platforms/ -- 15 fully cloned repositories across 5 categories -- AI workflow builders, low-code internal tools, n8n templates, Flowise tools, and additional platforms

AI Workflow Automation Platforms (7 repos)
FolderRepositoryStarsWhat It Is
n8nn8n-io/n8n181K+Most popular open-source workflow automation. 400+ integrations, native AI, self-hostable
difylanggenius/dify135K+Full-stack LLMOps platform. Visual workflow builder with RAG, 50+ model providers
langflowlangflow-ai/langflow146K+Drag-and-drop builder for LangChain and RAG applications
FlowiseFlowiseAI/Flowise51K+Visual LangChain + AI agent builder. 100+ integrations
activepiecesactivepieces/activepieces21K+AI Agents + MCP + automation. Zapier alternative
trigger_devtriggerdotdev/trigger.dev14K+Developer-first background jobs. Perfect for AI pipelines
windmillwindmill-labs/windmill16K+13x faster than Airflow. Retool alternative
Low-Code Internal Tools (4 repos)
FolderRepositoryStarsWhat It Is
appsmithappsmithorg/appsmith39K+Build admin panels, dashboards. 25+ DB integrations
ToolJetToolJet/ToolJet37K+AI-native low-code platform. 50+ UI components
budibaseBudibase/budibase27K+Build internal tools with AI agents. Model agnostic
nocodbnocodb/nocodb62K+Airtable replacement. REST + GraphQL auto-generated
n8n Templates and Resources (3 repos)
FolderRepositoryStarsWhat is Inside
awesome-n8n-templatesenescingoz/awesome-n8n-templates19K+280+ hand-picked n8n workflow templates
AI-Workflow-Hub-2000-emretasss/AI-Workflow-Hub-2000-1.5K+2,000+ free n8n AI automation workflows
n8n-hostingn8n-io/n8n-hosting1.5K+Official Docker + Kubernetes configs for self-hosting
Flowise Related Tools (2 repos)
FolderRepositoryDescription
FlowiseDocsFlowiseAI/FlowiseDocsComplete Flowise documentation
flowise-to-langchainiaminawe/flowise-to-langchainConvert Flowise flows to production LangChain code
Dify Related Tools (2 repos)
FolderRepositoryDescription
dify-docslanggenius/dify-docsComplete Dify documentation offline
dify-helmBorisPolonsky/dify-helmKubernetes Helm chart for deploying Dify
Additional No-Code Platforms (4 repos)
FolderRepositoryStarsWhat It Is
directusdirectus/directus34K+Instant REST+GraphQL API for any SQL database
hoppscotchhoppscotch/hoppscotch78K+Open-source Postman alternative
planemakeplane/plane35K+Open-source Jira / Linear alternative
rowyrowyio/rowy6.8K+Airtable-like UI for Firestore
Platform Feature Comparison
Featuren8nDifyFlowiseLangflowActivepiecesWindmill
Visual BuilderYesYesYesYesYesYes
Self-HostableYesYesYesYesYesYes
Native LLM/AIYesYesYesYesYesYes
Built-in RAGPartialYesYesYesNoNo
Multi-AgentYesYesYesYesYesNo
Integrations400+50+100+50+280+Any
LicenseFair-codeApache 2.0Apache 2.0MITMITAGPL-3.0

Pillar 7 -- Public APIs Directory

/public_apis/ -- Auto-synced local mirror of public-apis/public-apis (320K+ stars) -- the single most-starred curated list on all of GitHub. 1,400+ free public APIs organized by category, updated daily.

Animals
APIDescriptionAuth
Dog CEORandom dog images by breedNone
TheCatAPICat images + breeds + factsAPI Key
RandomFoxRandom fox imagesNone
HTTP CatCat image for every HTTP status codeNone
Anime and Manga
APIDescriptionAuth
JikanUnofficial MyAnimeList APINone
AniListModern anime/manga database (GraphQL)OAuth
Waifu.picsRandom anime imagesNone
KitsuAnime and manga databaseOAuth
Trace.moeIdentify anime from screenshotsNone
Blockchain and Cryptocurrency
APIDescriptionAuth
CoinGeckoCrypto prices, market cap, chartsAPI Key
EtherscanEthereum blockchain explorerAPI Key
CoinMarketCapCrypto rankings and dataAPI Key
BinanceSpot trading dataAPI Key
CoinbaseExchange data + walletOAuth
Books and Literature
APIDescriptionAuth
Open Library20M+ book recordsNone
Google BooksSearch books, ISBN lookupAPI Key
Gutendex60K+ free ebooks (Project Gutenberg)None
Currency and Finance
APIDescriptionAuth
ExchangeRate-APIReal-time exchange ratesAPI Key
Alpha VantageStocks, forex, cryptoAPI Key
Yahoo FinanceStock prices and dataNone
Polygon.ioMarket data and analyticsAPI Key
PlaidBanking data aggregationAPI Key
StripePayment processingAPI Key
Games and Comics
APIDescriptionAuth
RAWGLargest video game databaseAPI Key
IGDBGame info from TwitchOAuth
SteamSteam game dataNone
PokeAPIPokemon dataNone
SWAPIStar Wars dataNone
Marvel ComicsCharacters, comicsAPI Key
Geocoding and Maps
APIDescriptionAuth
Google MapsGeocoding, directions, placesAPI Key
MapboxMaps, geocoding, navigationAPI Key
OpenStreetMapFree geocoding from OSMNone
ip-apiIP to geolocationNone
Government and Open Data
APIDescriptionAuth
data.govUS government open dataAPI Key
NASA APIsSpace imagery, asteroids, APODAPI Key
World BankGlobal development indicatorsNone
US CensusDemographics and economic dataAPI Key
Machine Learning and AI
APIDescriptionAuth
OpenAIGPT-4, DALL-E, Whisper, embeddingsAPI Key
AnthropicClaude 3 family modelsAPI Key
Google GeminiGemini Pro and Vision modelsAPI Key
HuggingFace100K+ hosted modelsAPI Key
ReplicateRun ML models in the cloudAPI Key
ElevenLabsAI voice generation, cloningAPI Key
Music
APIDescriptionAuth
SpotifyMusic data, playlists, audio featuresOAuth
Last.fmScrobbling, artist/track infoAPI Key
GeniusSong lyrics and annotationsOAuth
MusicBrainzOpen music encyclopediaNone
News and Media
APIDescriptionAuth
NewsAPITop headlines from 50K+ sourcesAPI Key
The GuardianFull-text Guardian articlesAPI Key
New York TimesNYT article archiveAPI Key
Hacker NewsTech news via Y CombinatorNone
Sports and Fitness
APIDescriptionAuth
Football-Data.orgFootball leagues, matchesAPI Key
NBA OfficialNBA stats and dataNone
StravaRunning/cycling activitiesOAuth
OpenF1Formula 1 live and historicalNone
Weather
APIDescriptionAuth
OpenWeatherMapCurrent, hourly, daily forecastsAPI Key
WeatherAPIWeather + astronomyAPI Key
Open-MeteoFree global weather, no key neededNone
Tomorrow.ioHyperlocal weather intelligenceAPI Key
Video and Streaming
APIDescriptionAuth
YouTube DataVideos, channels, playlistsAPI Key
TwitchStreams, clips, games, usersOAuth
VimeoVideo managementOAuth
Email and Communication
APIDescriptionAuth
SendGridTransactional emailAPI Key
TwilioSMS, WhatsApp, voice callsAPI Key
DiscordBot interactions, guild dataOAuth
SlackMessages, channels, workflowsOAuth
Telegram BotTelegram bot messagingAPI Key
Food and Drink
APIDescriptionAuth
TheMealDBRecipes, ingredientsAPI Key
Open Food FactsFood products, nutritionNone
SpoonacularRecipe search + nutritionAPI Key
The Cocktail DBCocktail recipesAPI Key
Security APIs
APIDescriptionAuth
AbuseIPDBIP reputation reportsAPI Key
VirusTotalScan files/URLs for malwareAPI Key
ShodanSearch exposed devicesAPI Key
Have I Been PwnedData breach checksAPI Key
Art and Design
APIDescriptionAuth
Metropolitan Museum470K+ artworksNone
Art Institute ChicagoArt collection APINone
ColormindAI color palette generatorNone
Transportation
APIDescriptionAuth
UberRide estimates and bookingOAuth
FlightAwareFlight trackingAPI Key
OpenSky NetworkLive aircraft trackerNone

Pillar 8 -- AI Agents & Advanced Tooling

/ai_agents/ & related -- Full implementations, reasoning frameworks, and tool configs for advanced autonomous agents, personal assistants, and AI infrastructure.

Personal Assistants
FolderRepositoryDescription
hermes_agentnousresearch/hermes-agentAgent that grows with you. Added the full implementation under the personal assistants folder. It includes the reasoning framework and tool configs that make this level of autonomy possible.
openclawopenclaw/openclawOpen source AI personal assistant.
Web Scraping & Infrastructure
FolderRepositoryDescription
scrapegraph_aiScrapeGraphAI/Scrapegraph-aiSmart open-source scraper based on AI. Automates web scraping with LLMs. Supports multi-page and local LLM execution.
Agent Frameworks & Super Agents
FolderRepositoryDescription
deerflowbytedance/deer-flowByteDance SuperAgent. #1 GitHub Trending Feb 2026. 45K+ stars. Replaces Perplexity/ChatGPT subs.
code-review-graphtirth8205/code-review-graphPersistent knowledge graph for Claude Code. 5-10x fewer tokens per review.

view the full README on GitHub.

// faq

What is ai-workspace-archive?

A massive, self-updating local archive of AI tools — 11,000+ agent skills, 240+ MCP servers, 2,200+ IDE rules (Cursor/Cline), and 30+ system prompt collections. One repo to rule them all.. It is open-source on GitHub.

Is ai-workspace-archive free to use?

ai-workspace-archive is open-source, so it is free to use.

What category does ai-workspace-archive belong to?

ai-workspace-archive is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.

0 views
31 stars
unclaimed
updated about 1 hour ago

// embed badge

ai-workspace-archive on Claudeers
[![Claudeers](https://claudeers.com/api/badge/ai-workspace-archive.svg)](https://claudeers.com/ai-workspace-archive)

// retro hit counter

ai-workspace-archive hit counter
[![Hits](https://claudeers.com/api/counter/ai-workspace-archive.svg)](https://claudeers.com/ai-workspace-archive)

// reviews

// guestbook

0/500

// related in MCP Servers

🔓

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…

// mcp-serversf/HTML167,135NOASSERTION[ claude ]
🔓

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

// mcp-serversfarion1231/Rust127,274MIT[ claude ]
🔓

An open-source AI agent that brings the power of Gemini directly into your terminal.

// mcp-serversgoogle-gemini/TypeScript106,524Apache-2.0[ claude ]
🔓

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

// mcp-serversJuliusBrussee/JavaScript100,343MIT[ claude ]
→ see how ai-workspace-archive connects across the ecosystem