Weekly Report MCP Server

by tobecrazy

Integrations

  • Implements the server in Python, allowing for Python-based interaction with the weekly report functionality as shown in the example.

  • Uses TOML format for FastMCP configuration stored in .fastmcp.toml file.

Weekly Report System

The Weekly Report System is designed to facilitate the creation and management of weekly reports, which are stored in the reports directory with timestamps for easy tracking.

Setup

To get started with the Weekly Report System, follow these steps:

  1. Install Dependencies: Ensure you have all the necessary Python packages by running:
    pip install -r requirements.txt
  2. Run the MCP Server: Start the MCP server to enable report creation:
    python weekly_report_server.py

Usage

The system offers two methods for creating weekly reports:

Method 1: Direct Python Script

Create a weekly report by executing the create_weekly_report.py script:

python create_weekly_report.py

This script utilizes the write_weekly_report function from weekly_report_server.py to generate the report content.

Method 2: MCP Tool (Requires VSCode with Claude Extension)

Leverage the MCP server functionality with the Claude extension in VSCode:

  1. MCP Configuration: Ensure the MCP settings are correctly configured in .fastmcp.toml and mcp.json.
  2. VSCode Extension Configuration: Verify the extension settings in:
    ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json

Once configured, use the write_weekly_report tool from the MCP server to create reports directly within VSCode.

Report Format

Reports are stored in the reports directory with filenames formatted as weekly_report_YYYYMMDD_HHMMSS.txt.

The recommended structure for reports is as follows:

Weekly Report - [Date] Accomplishments: 1. [Accomplishment 1] 2. [Accomplishment 2] 3. [Accomplishment 3] 4. [Accomplishment 4] Next Steps: 1. [Next Step 1] 2. [Next Step 2] 3. [Next Step 3] 4. [Next Step 4]

Project Files

  • weekly_report_server.py: The core server file that defines the write_weekly_report function and sets up the MCP server.
  • create_weekly_report.py: A script that calls the write_weekly_report function to generate a report.
  • test_weekly_report.py: A testing script for validating the write_weekly_report function.
  • reports/: The directory where all generated reports are saved.

Additional Information

For further assistance or inquiries, please refer to the project's documentation or contact the development team.

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A simple MCP server that allows users to write and save weekly reports to text files in a dedicated reports directory.

  1. Setup
    1. Usage
      1. Method 1: Direct Python Script
      2. Method 2: MCP Tool (Requires VSCode with Claude Extension)
    2. Report Format
      1. Project Files
        1. Additional Information

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
            Last updated -
            1
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
            Last updated -
            5
            1
            JavaScript
          • A
            security
            A
            license
            A
            quality
            An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
            Last updated -
            1
            1,241
            Python
            Apache 2.0
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP server that enables generating scripts based on specified topics and keywords, while also providing functionality to store and summarize notes.
            Last updated -
            Python
            • Apple

          View all related MCP servers

          ID: 4mdr08xe4a