MCP Node Tasks 05 - Sampling

by krollchristensen · ai-ml · mcp-server, glama

An MCP server that demonstrates sampling, enabling the server to request LLM completions from the client to assist in workflow tasks like planning work sessions.

Source: https://github.com/krollchristensen/mcp-node-tasks-05-sampling

Install

git clone https://github.com/krollchristensen/mcp-node-tasks-05-sampling

Tags: mcp-server, glama

Source: glama

About ai-ml MCP servers and Claude skills

ai-ml MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

MCP Node Tasks 05 - Sampling is one of hundreds of ai-ml entries indexed on Skiln. Browse the full ai-ml category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related ai-ml MCPs and skills

  • mcp-node-tasks-02-primitives by krollchristensen

    MCP server for managing tasks with a resource to read all tasks, a tool to add tasks, and a prompt to analyze tasks, using stdio transport.

  • Sample Server by krollchristensen

    A demo MCP server built with FastMCP that provides weather, calculation, and currency conversion tools for use with AI applications like Claude Desktop and Cursor.

  • task-mcp-node by krollchristensen

    A simple MCP server for managing tasks via a local JSON file, demonstrating resources, tools, and prompts for task reading, creation, and analysis.

  • task-mcp-node by krollchristensen

    A simple MCP server demonstrating resources, tools, and prompts using a local task list. It enables reading, creating, and analyzing tasks through MCP.

  • cloak-auth-bridge by inorilzy

    MCP server that bridges authenticated sessions from a Chrome extension to CloakBrowser profiles via local WebSocket, enabling agents to sync, verify, and debug persistent login state without exposing raw credentials.

  • express-cli by IH8E

    MCP server for the eXpress corporate messenger, enabling AI agents to list chats, search contacts, send messages, and wait for incoming messages with end-to-end encryption.

  • moa-mcp by cvanes

    A local stdio MCP server for running single-turn prompts across multiple model providers (OpenAI, Ollama, OpenRouter), allowing agents to fan out the same prompt to several models and combine the output.

  • mcp-docs-ask by alyiox

    Local RAG MCP server for documentation that indexes markdown repos (local paths or git URLs) and provides retrieval-only tools (ask_docs, list_docs, reindex) returning grounded passages and citations for the MCP host to synthesize answers.

Frequently asked questions

How do I install MCP Node Tasks 05 - Sampling?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support MCP Node Tasks 05 - Sampling?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is MCP Node Tasks 05 - Sampling free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.