phrases-MCP-server
If you are the rightful owner of phrases-MCP-server 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.
Phrases MCP Server is an elegant and efficient Model Context Protocol server designed to manage inspirational phrases, seamlessly integrating with Claude for Desktop and other MCP clients.
The Phrases MCP Server is a robust and efficient server designed to manage inspirational phrases using the Model Context Protocol (MCP). It offers full CRUD (Create, Read, Update, Delete) capabilities for phrases, making it easy to manage and interact with them. The server is designed to integrate seamlessly with Claude for Desktop, allowing users to interact with their phrases directly from the desktop application. Additionally, it includes a built-in mock API for testing and development purposes, ensuring that developers can test their integrations without affecting live data. The server is structured to follow the official MCP guidelines, ensuring maintainability and scalability. It uses MockAPI as a backend for storing and managing phrases, but it can be adapted to use a real database in production environments.
Features
- Complete Phrase Management: Allows users to create, read, update, and delete phrases with ease.
- Integration with Claude for Desktop: Enables direct interaction with phrases from the Claude desktop application.
- Built-in Mock API: Provides a mock API for testing and development without affecting live data.
Tools
get-all-phrases
Retrieves all available phrases.
get-phrase-by-id
Finds a phrase by its ID.
get-phrase-by-name
Searches for phrases by author name.
create-phrase
Creates a new phrase.
update-phrase
Updates the text of an existing phrase.
delete-phrase
Deletes a phrase by its ID.