personal assistant mcp
A unified interface for managing digital life through integrations with Google Calendar, Obsidian Vault, Trello, and web page parsing capabilities.
A unified interface for managing digital life through integrations with Google Calendar, Obsidian Vault, Trello, and web page parsing capabilities.
A powerful personal assistant server that integrates with various services including Google Calendar, Obsidian Vault, Trello, and web page parsing capabilities. Built using FastMCP, this server provides a unified interface for managing your digital life.
List upcoming events
Obsidian Vault Management
Folder management (create, delete, search, list)
Trello Integration
Search cards by text query
Web Page Parsing
Clone the repository:
git clone https://github.com/yourusername/personal-assistant-mcp.git
cd personal-assistant-mcp
Install dependencies using Poetry:
poetry install
Set up Google Calendar API:
Download the credentials and save them as credentials.json
in the project root
Set up Trello API (optional):
poetry run python main.py
Start the server:
poetry run python main.py
The server will start and be ready to accept MCP-compatible client connections.
Use any MCP-compatible client to interact with the server. The server provides the following tools:
To use this server with Anthropic Claude Desktop, add the following configuration to your Claude Desktop settings:
{
"mcpServers": {
"personal-assistant": {
"command": "/path/to/your/venv/bin/python",
"args": ["/path/to/your/project/main.py"],
"env": {
"GOOGLE_CREDENTIALS_PATH": "/path/to/your/credentials.json",
"GOOGLE_TOKEN_PATH": "/path/to/your/token.json",
"OBSIDIAN_VAULT_PATH": "/path/to/your/obsidian/vault",
"OBSIDIAN_DEFAULT_FOLDER": "your_default_folder",
"LOG_PATH": "/path/to/log.txt",
"TRELLO_TOKEN": "your_trello_token",
"TRELLO_API_KEY": "your_trello_api_key"
}
}
}
}
Replace the paths and credentials with your actual values:
- command
: Path to your Python virtual environment's Python executable
- args
: Path to your project's main.py
file
- GOOGLE_CREDENTIALS_PATH
: Path to your Google Calendar credentials file
- GOOGLE_TOKEN_PATH
: Path to your Google Calendar token file
- OBSIDIAN_VAULT_PATH
: Path to your Obsidian vault
- OBSIDIAN_DEFAULT_FOLDER
: Path to default folder in your vault where new notes will be created
- TRELLO_TOKEN
: Your Trello API token
- TRELLO_API_KEY
: Your Trello API key
main.py
services/
directorygit checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)Join: