drupal-tools-mcp

Cleversoft-IT/drupal-tools-mcp

3.1

If you are the rightful owner of drupal-tools-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript-based MCP server implementing a simple notes system.

The drupal-modules-mcp is a Model Context Protocol server designed to demonstrate core MCP concepts through a simple notes system. It allows users to create, list, and access text notes using URIs, and provides tools for generating summaries of these notes. The server is built using TypeScript and offers a straightforward interface for managing note resources, making it an excellent example of MCP's capabilities. The server supports plain text mime types for easy content access and includes features for creating new notes and summarizing existing ones. It is designed to integrate with platforms like Claude Desktop, providing a seamless experience for users looking to manage and summarize text notes efficiently.

Features

  • Resources: List and access notes via `note://` URIs, each with a title, content, and metadata.
  • Tools: `create_note` tool for creating new text notes with title and content.
  • Prompts: `summarize_notes` prompt for generating summaries of all stored notes.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "drupal-modules-mcp": {
      "command": "/path/to/drupal-modules-mcp/build/index.js"
    }
  }
}

Tools

  1. create_note

    Tool for creating new text notes with title and content.